
Please login to comment
How to reduce binary size in C++
By reading this book you will learn how you will learn about different factors influencing the size of your C++ binaries:
- different ways of programming, including runtime polymorphism, templates, inlining, etc
- various compiler and linker settings
- the intersection of the above two, such as RTTI and exceptions