The compiler will optimize that away | RoyalSloth
A lot of programmers believe that compilers are magic black boxes in which you put your messy code in and get a nice optimized binary out. The hallway philosophers will often start a debate on which language features or compiler flags to use in order to capture the full power of the compiler’s magic. If you have ever seen the GCC codebase, you would really believe it must be doing some magical optimizations coming from another planet.
The compiler will optimize that away Created: 2021-04-01 Reading time: ~16 minutes A lot of programmers believe that compilers are magic black boxes in which you put your messy code in and get a nice optimized binary out. The hallway philosophers will often start a debate on which language features or compiler flags to use in order to capture the full power of the compiler's magic. If you have ever seen the GCC codebase, you would really believe it must be doing some magical optimizations coming from another planet. Nevertheless, if you analyze the compiler's output you will found out that the
related reading
- abseil / Performance Hintsabseil.io
- Algorithms for Modern Hardware - Algorithmicaen.algorithmica.org
- abseil / Performance Hintsabseil.io
- Optimization of Computer Programs in Cicps.u-strasbg.fr
- A friendly introduction to machine learning compilers and optimizershuyenchip.com
- how I think when I think about programming - alice mazalicemaz.com
- Compiler Optimizations Are Hard Because They Forget - Faultlorefaultlore.com
- Compilers - What Every Programmer Should Know About Compiler Optimizations | Microsoft Learnlearn.microsoft.com
- Paul Buchheit: Optimizing everything: some details matter a lot, most don'tpaulbuchheit.blogspot.com
- Memory location matters for performancepythonspeed.com
- There's no reason for software to be slow anymoredanluu.com
- Many can write faster asm than the compiler, yet don't. Why? — LessWronglesswrong.com