Hands-On High Performance Programming with Qt 5
上QQ阅读APP看书,第一时间看更新

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.