Skip to content

Commit 5ad92d2

Browse files
committed
WIP
1 parent a224f38 commit 5ad92d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/opt-dist/src/bolt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ pub fn bolt_optimize(path: &Utf8Path, profile: &BoltProfile) -> anyhow::Result<(
7272
.arg("-jump-tables=move")
7373
// Fold functions with identical code
7474
.arg("-icf=1")
75+
.arg("-hugify")
7576
// The following flag saves about 50 MiB of libLLVM.so size.
7677
// However, it succeeds very non-deterministically. To avoid frequent artifact size swings,
7778
// it is kept disabled for now.

0 commit comments

Comments
 (0)