[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
peephole

Description:
Controls the use peephole optimization.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma peephole on | off | reset
Remarks:
If this pragma is on, the compiler performs peephole optimizations, which are small local optimizations that eliminate some compare instructions and improve branch sequences.
This pragma corresponds to the Peephole Optimizer option in the PPC Processor settings panel. To check whether this option is on, use __option (peephole), described in "Checking Options."
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000