██████╗ ██╗ ██╗███████╗████████╗██████╗ ███████╗ ██╔══██╗██║ ██║██╔════╝╚══██╔══╝╚════██╗██╔════╝ ██████╔╝██║ ██║███████╗ ██║ █████╔╝███████╗ ██╔══██╗██║ ██║╚════██║ ██║ ██╔═══╝ ╚════██║ ██║ ██║╚██████╔╝███████║ ██║ ███████╗███████║ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝╚══════╝
We will look at both the build system (cargo) and the compiler (rustc). This includes, but is not limited to:
- How does cargo decide what to build and when?
- How are monomorphizations shared by builds of different crates?
- How can I prevent excessive monomorphizations in the first place?
- Actually, are excessive monomorphizations even a problem for me?
- What even is the problem of my build? How do I find out?
Piotr Osiewicz is a software engineer working on developer tools @ Zed Industries; he likes dabbling with build tools, language servers and profilers. He strongly believes in fixing things that are not broken in the first place.