We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf5a38d + 40e3b80 commit eefe0f4Copy full SHA for eefe0f4
src/tools/opt-dist/src/bolt.rs
@@ -80,7 +80,7 @@ pub fn bolt_optimize(
80
// Move jump tables to a separate section
81
.arg("-jump-tables=move")
82
// Fold functions with identical code
83
- .arg("-icf=1")
+ .arg("-icf=all")
84
// The following flag saves about 50 MiB of libLLVM.so size.
85
// However, it succeeds very non-deterministically. To avoid frequent artifact size swings,
86
// it is kept disabled for now.
0 commit comments