Skip to content

Commit f70a834

Browse files
committed
update date reference on MIR inliner
cc rust-lang#1379
1 parent 0390f2b commit f70a834

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/profiling.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@ The llvm-lines output is affected by several options.
108108

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.
111-
As of <!-- date: 2021-01 --> January 2021, inlining currently only happens in
112-
LLVM but this might change in the future.
111+
As of <!-- date: 2022-07 --> July 2022,
112+
inlining currently only happens in LLVM,
113+
but this might change in the future.

0 commit comments

Comments
 (0)