-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable PGO-based hot/cold splitting for ARM
Summary: D64642514 made hot/cold splitting on ARM be a win when good basic-block profiles are available, which is the case for translations and prologues using PGO (via Vasm block counters). This diff enables hot/cold splitting for such translations by default for ARM. Reviewed By: jtwarren Differential Revision: D64642760 fbshipit-source-id: 1a90ee8d5928f37c5b69b6adb00a445300a82987
- Loading branch information
1 parent
6823ebb
commit 8574ad5
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters