Skip to content

Commit 8bb80e2

Browse files
committed
address review comment
rust-lang#1392 (comment)
1 parent f70a834 commit 8bb80e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/profiling.md

+2-2
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)