Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ The llvm-lines output is affected by several options.
MIR optimizations have little impact.
Compared to the default `RUSTFLAGS="-Z
mir-opt-level=1"`, level 0 adds 0.3GB and level 2 removes 0.2GB.
As of <!-- date-check --> July 2022,
inlining happens in LLVM and GCC codegen backends,
missing only in the Cranelift one.
As of <!-- date-check --> July 2026, Cranelift sysroot builds explicitly enable
MIR inlining with `-Zinline-mir`, while the LLVM and GCC codegen backends may
also perform inlining during code generation.
Loading