parent
0390f2b6e5
commit
f70a8345b9
|
|
@ -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 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.
|
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
|
As of <!-- date: 2022-07 --> July 2022,
|
||||||
LLVM but this might change in the future.
|
inlining currently only happens in LLVM,
|
||||||
|
but this might change in the future.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue