Skip to content
Rust Search
← Browse conferences

How Rust Compiles

EuroRust
26:12 4446 views

Whenever you run cargo build, you get a native executable. To see how rustc gets there, we’ll break down the high-level architecture of Rust’s compilation model and understand how the individual parts like LLVM and the linker interact and discover what each of the components is and does. We look into how generics, #[inline], and LTO behave and relate and will be able to use this knowledge to get more control over how our programs are compiled and optimized for the best runtime or compile time pe

Player unavailable or embedding blocked? Use the YouTube link above.