Intermediate Optimizations

After it translates a program's source code into its intermediate representation, the compiler optionally applies optimizations that reduces the program's size, improves its execution speed, or both. The topics in this chapter explain these optimizations and how to apply them: