Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[PGO] Allow collecting other kinds of pgo profiles.
https://bugs.webkit.org/show_bug.cgi?id=239776 Reviewed by Saam Barati. Update the way we collect PGO profiles to use LLVM's file handling, because it really seems to care about that. This allowws us to try out other kinds of profile generation, like the IR-based -fcs-profile-generate. * Source/WTF/wtf/GenerateProfiles.h: (WTF::registerProfileGenerationCallback): Canonical link: https://commits.webkit.org/250064@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293544 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
43af66f
commit 024fe2f2df5846afac2c071af4fd9fe31a41e4eb
Showing
2 changed files
with
45 additions
and
20 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