51

Compile Time, Binary Size Reductions and C++'s future for sol3

5 years ago
ian $7A0xPjKQKy

https://thephd.github.io/sol3-compile-times-binary-sizes

This is going to be a practical overview of how I reduced the compilation time and binary sizes of Release Mode (-O3 or /Ox) C++ software. The goal of this will be to review some of the things that help with the goal, and some of the things that C++ as a language is fundamentally incapable of producing satisfactory answers to. Let’s dig in!