diff --git a/slides/2025-10-10-how-rust-compiles/index.html b/slides/2025-10-10-how-rust-compiles/index.html index 5725874..33da33b 100644 --- a/slides/2025-10-10-how-rust-compiles/index.html +++ b/slides/2025-10-10-how-rust-compiles/index.html @@ -61,8 +61,8 @@
@@ -396,8 +396,8 @@ fn main() { math::add() } - spend N times optimizing the function - and there's duplicate instances! - - `cargo-llvm-lines` - share-generics helps for non-release builds + - `cargo-llvm-lines`
@@ -551,7 +551,6 @@ fn main() { math::add() } - optimizes everything in your program together at the end - breaks crate boundaries - - is awesome - is slow - comes in many forms @@ -687,6 +686,8 @@ fn main() { math::add() } ## and both? πŸ₯ΊπŸ‘‰πŸ‘ˆ - no + - at least not at once + - debug/release