summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2022-07-14 22:41:12 +0200
committerTshepang Mbambo <tshepang@gmail.com>2022-07-15 13:24:50 +0200
commit0506cdb667038d638033f0a20752af00d047eab0 (patch)
treea306c825da7c1d3c8e32d5d960995036df53eb09 /src/doc/rustc-dev-guide
parent76af867e35e5e9583cb50926b4c82a89ccbab482 (diff)
downloadrust-0506cdb667038d638033f0a20752af00d047eab0.tar.gz
rust-0506cdb667038d638033f0a20752af00d047eab0.zip
update date reference on MIR inliner
cc #1379
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/profiling.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/profiling.md b/src/doc/rustc-dev-guide/src/profiling.md
index 711248f19e7..e4148e68eb0 100644
--- a/src/doc/rustc-dev-guide/src/profiling.md
+++ b/src/doc/rustc-dev-guide/src/profiling.md
@@ -108,5 +108,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: 2021-01 --> January 2021, inlining currently only happens in
-LLVM but this might change in the future.
+As of <!-- date: 2022-07 --> July 2022,
+inlining currently only happens in LLVM,
+but this might change in the future.