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.
1 parent a224f38 commit 5ad92d2Copy full SHA for 5ad92d2
src/tools/opt-dist/src/bolt.rs
@@ -72,6 +72,7 @@ pub fn bolt_optimize(path: &Utf8Path, profile: &BoltProfile) -> anyhow::Result<(
72
.arg("-jump-tables=move")
73
// Fold functions with identical code
74
.arg("-icf=1")
75
+ .arg("-hugify")
76
// The following flag saves about 50 MiB of libLLVM.so size.
77
// However, it succeeds very non-deterministically. To avoid frequent artifact size swings,
78
// it is kept disabled for now.
0 commit comments