L505 said: > What is more optimized code? The answer is "whatever your profiler says". Modern CPUs do so much faffing with what the compiler gives them that the only way to really know is to try it. Or if you're targetting specific (normally embedded) hardware, look at the assembly language and work it out from there. Moz