diff --git a/src/profiling.md b/src/profiling.md index 711248f19..ada497d88 100644 --- a/src/profiling.md +++ b/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 January 2021, inlining currently only happens in -LLVM but this might change in the future. +As of July 2022, +inlining happens in LLVM and GCC codegen backends, +missing only in the Cranelift one.