More on compiler optimizations

After having had a look at some show-off examples of compilers replacing the whole logic of a function by a single instruction and substituting costly instructions with cheaper alternatives, let's have a look at the unspectacular work compilers do that's nonetheless very important.