CodeWarrior build tools offer features to reduce the size of object code, improve a program's execution speed, and often do both at the same time. Compiler optimizations rearrange, add, or remove instructions to reduce size or improve performance.
This chapter describes how to take advantage of these optimizations: