address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1392#discussion_r921560851
This commit is contained in:
parent
f70a8345b9
commit
8bb80e219a
|
|
@ -109,5 +109,5 @@ 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: 2022-07 --> July 2022,
|
||||
inlining currently only happens in LLVM,
|
||||
but this might change in the future.
|
||||
inlining happens in LLVM and GCC codegen backends,
|
||||
missing only in the Cranelift one.
|
||||
|
|
|
|||
Loading…
Reference in New Issue