peephole

Controls the use peephole optimization.

Syntax
  #pragma peephole on | off | reset  
Remarks

If you enable this pragma, the compiler performs peephole optimizations, which are small, local optimizations that eliminate some compare instructions and improve branch sequences.

For the DSP56800, this pragma corresponds to the Peephole Optimization setting in the M56800 Processor settings panel. Yet for the DSP56800E, there is no corresponding setting for the M56800 Processor settings panel. To check this setting, use __option (peephole), described in Checking Pragma Settings.