??? 03/07/09 17:11 Read: times |
#163205 - 25% speedup Responding to: ???'s previous message |
The ARM compiler drops the cycle count from 15 to 12/iteration when removing the "i" loop variable and instead repeat until the pointer reaches an "end" pointer. So your loop constructs will speed up by 25%, i.e. cut 20% off the time. |