We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a99011 commit 0eb86d9Copy full SHA for 0eb86d9
src/profiling.md
@@ -109,5 +109,5 @@ The llvm-lines output is affected by several options.
109
MIR optimizations have little impact. Compared to the default `RUSTFLAGS="-Z
110
mir-opt-level=1"`, level 0 adds 0.3GB and level 2 removes 0.2GB.
111
As of <!-- date: 2022-07 --> July 2022,
112
-inlining currently only happens in LLVM,
113
-but this might change in the future.
+inlining happens in LLVM and GCC codegen backends,
+missing only in the Cranelift one.
0 commit comments