From d2379848acf284d33307b576935ed62269cb6631 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:59:01 +0200 Subject: [PATCH] jmeow --- slides/2025-10-10-how-rust-compiles/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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