Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Enable ``-split-all-cold`` during BOLT optmizations which outlines as many
cold basic blocks as possible.
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@ then
-reorder-blocks=ext-tsp
-reorder-functions=cdsort
-split-functions
-split-all-cold
-icf=1
-inline-all
-split-eh
Expand Down
Loading