Skip to content

Commit

Permalink
Add reference to The dark side of inlining and monomorphization
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Dec 29, 2023
1 parent 392ddcf commit c4be196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ create minimum sized container images that run Rust binaries.
- [Tighten rust’s belt: shrinking embedded Rust binaries - 2022][tighten-rusts-belt]
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
- [The dark side of inlining and monomorphization - 2023][dark-side-of-inlining]
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]

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

Expand Down

0 comments on commit c4be196

Please sign in to comment.