2.2.2 Optimization
The compiler uses a set of sophisticated optimization passes that employ many advanced techniques for generating efficient, compact code from C source. The optimization passes include high-level optimizations that are applicable to any C code, as well as DSC device-specific optimizations that take advantage of the particular features of the device architecture.
For more on optimizations, see the 19 Optimizations section.