Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 950191c

Browse files
committed
1 parent 0506cdb commit 950191c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ The llvm-lines output is affected by several options.
109109
MIR optimizations have little impact. Compared to the default `RUSTFLAGS="-Z
110110
mir-opt-level=1"`, level 0 adds 0.3GB and level 2 removes 0.2GB.
111111
As of <!-- date: 2022-07 --> July 2022,
112-
inlining currently only happens in LLVM,
113-
but this might change in the future.
112+
inlining happens in LLVM and GCC codegen backends,
113+
missing only in the Cranelift one.

0 commit comments

Comments
 (0)