> Well, hopefully you'd code it up like:
>
> for (int a = 0; a < 10; a++)
> {
> doSomething();
> }
Won't 'gcc -S foo.c' help you here? I've used it in the past to
compile the loop execution into asm source, then test the loop for speed
and byte size. Then again, that's really arguing about which byte is the
most expensive to the process calling it.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- C++ loops Nick Torenvliet
- Re: C++ loops krollin
- Re: C++ loops David A. Desrosiers
- Re: C++ loops Adam Wozniak
