Inspecting rustc LLVM optimization remarks using cargo-remark
- Added on 2023-08-13
- Page: https://kobzol.github.io/rust/cargo/2023/08/12/rust-llvm-optimization-remarks.html
- See on Internet Archive
- #llvm #rust #remark
TL;DR: This post describes LLVM optimization remarks that can useful to help the compiler better optimize your programs. If you want to analyze remarks generated from compiling Rust programs, you can use the cargo-remark tool.