[fpc-pascal] Optimize code for speed

Moz list at moz.geek.nz
Fri Jun 10 11:04:43 CEST 2005


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







More information about the fpc-pascal mailing list