We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7908a1d + e4a9d13 commit e279f90Copy full SHA for e279f90
src/bootstrap/bolt.rs
@@ -40,7 +40,7 @@ pub fn optimize_with_bolt(path: &Path, profile_path: &Path, output_path: &Path)
40
// Reorder functions within the binary
41
.arg("-reorder-functions=hfsort+")
42
// Split function code into hot and code regions
43
- .arg("-split-functions=2")
+ .arg("-split-functions")
44
// Split as many basic blocks as possible
45
.arg("-split-all-cold")
46
// Move jump tables to a separate section
0 commit comments