Compile Time, Binary Size Reductions and C++'s future for sol3
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!
Compile Time, Binary Size Reductions and C++'s future for sol3
Jan 19, 2019, 9:21pm UTC
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!