??? 03/07/09 19:27 Read: times |
#163213 - Compiler setting? Responding to: ???'s previous message |
Comparing the end pointer involved two LOADs. What optimization setting do you use? In my test, the RealView compiler did place the end pointer in a register so it could directly compare the source pointer with the end pointer before the conditional jump. |