peephole

Controls the use peephole optimization.

Syntax
#pragma peephole on | off | reset
  
Remarks

If you enable this pragma, the compiler performs peephole optimizations . These optimizations replace redundant or commonly occurring groups of instructions with smaller, more efficient groups of instructions.