Thumb Mode
-
- Posts: 63
- Joined: Sat Sep 12, 2009 6:08 pm
- Contact:
Thumb Mode
Has anyone noticed any significant speedimprovements with disabling thumb mode with irrlicht?
Probably blaming myself now - but what is a thumb mode?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Thumb Mode
here is a good referencedigijohnny wrote:Has anyone noticed any significant speedimprovements with disabling thumb mode with irrlicht?
http://gamesfromwithin.com/360idev-cran ... ance-to-11
I tested in my ipod touch 3, it was about 30% faster.zet.dp.ua wrote:It was about 10-20% faster for me, but with -O2 or -O3 i had some "over-optimization" problems. Generally it is recommended to disable thumb mode for intensive floating point operations, but it makes binaries bigger.
Suppose we are talking about iphone+xcode
I met the same problems about optimization.