Compiler optimization is the process of tuning the output of a
compiler to minimize some attribute (or maximize the efficiency) of an
executable program. The most common requirement is to minimize the time taken to execute a
program; a less common one is to minimize the amount of
memory occupied, and the growth of
portable computers has created a market for minimizing the power consumed by a program.
See more at Wikipedia.org...