> Common Sub Expression is not done. Register coloring is 
> neither. It often do
> not reuse register loads, and never displace some register 
> load one or two
> assembly line before to avoid double memory access.

Common Sub Expression optimization is done as part of optimization level
2. Register coloring is done in level 1. The various optimizations that
are done are discussed in the IDE User Guide on pages 361-365.
Individual optimizations can be turned on/off without using the slider,
as well. See the pragma section of the C Compilers manual.

-hkmlt

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to