Skip to content

Commit c4be196

Browse files
committed
Add reference to The dark side of inlining and monomorphization
1 parent 392ddcf commit c4be196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ create minimum sized container images that run Rust binaries.
353353
- [Tighten rust’s belt: shrinking embedded Rust binaries - 2022][tighten-rusts-belt]
354354
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
355355
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
356+
- [The dark side of inlining and monomorphization - 2023][dark-side-of-inlining]
356357
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
357358
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]
358359

@@ -368,6 +369,7 @@ create minimum sized container images that run Rust binaries.
368369
[tighten-rusts-belt]: https://dl.acm.org/doi/abs/10.1145/3519941.3535075
369370
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
370371
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/
372+
[dark-side-of-inlining]: https://nickb.dev/blog/the-dark-side-of-inlining-and-monomorphization/
371373
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
372374
[shrinking-wasm-code-size]: https://rustwasm.github.io/docs/book/reference/code-size.html
373375

0 commit comments

Comments
 (0)