We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae3b909 + 40e3b80 commit b4b5ab9Copy full SHA for b4b5ab9
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