Skip to content

Commit 0eb86d9

Browse files
committed
address review comment
#1392 (comment)
1 parent 7a99011 commit 0eb86d9

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)