-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename bad funcs instead of removing their samples
Removing the samples for functions that have known inlining issues skews the PGO profile and might cause previously cold functions to be promoted to hot functions. It's probably not a big issue, but this is an easy improvement to make, so why not. Kudos to Michael Pratt for pointing this out pointing this out in #3 (comment)
- Loading branch information
Showing
2 changed files
with
14 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