ARM vs Thumb performance on iPhone 3GS, non floating point code

后端 未结 3 920
一整个雨季
一整个雨季 2021-01-31 18:12

I was wondering if anyone had any hard numbers on ARM vs Thumb code performance on iPhone 3GS. Specifically for non-floating point (VFP or NEON) code - I\'m aware of the issues

3条回答
  •  忘了有多久
    2021-01-31 18:57

    See this PDF from ARM/Thumb for performance/code size/power consumption trade offs.

    Profile Guided Selection of ARM and Thumb Instructions
       - Department of Computer Science, The University of Arizona by Rajiv Gupta

提交回复
热议问题