Inspecting rustc LLVM optimization remarks using cargo-remark

from blog Kobzol’s blog, | ↗ original
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.