diff --git a/slides/2025-10-10-how-rust-compiles/index.html b/slides/2025-10-10-how-rust-compiles/index.html index 6f67d70..6823e24 100644 --- a/slides/2025-10-10-how-rust-compiles/index.html +++ b/slides/2025-10-10-how-rust-compiles/index.html @@ -35,7 +35,7 @@ @@ -483,7 +483,7 @@ fn main() { math::add() }
@@ -498,7 +498,7 @@ fn main() { math::add() }
-

lto = "fat"

+

lto = "fat" (monolithic)

               %%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%
@@ -531,7 +531,7 @@ fn main() { math::add() }
           
-

lto = "thin"

+

lto = "thin" (sharded)

               %%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true, 'fontSize': '25px' }}}%%