Steps for reducing code size

This section outlines some steps for reducing code size:

Be aware that optimization can cause code to expand significantly through loop unrolling, invariant IF floating, inlining, and other optimizations. The higher your optimization level, the more code size can increase. For more information on finding an optimization level appropriate for your application, see Optimizing XL Compiler Programs.