Switch PGO to IR PGO
Using fprofile-generate instead of fprofile-instr-generate will enable IR PGO (instead of Frontend PGO), this significantly improve the PGO perf gains in local benchmarks. Profile merging is the default value when using fprofile-generate so it's not necessary to specify -fprofile-generate=%m anymore. Bug: 1060025 Change-Id: I0d9cf7272814693e6a68ac52699fd3f9faf88de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229010Reviewed-by:Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#774819}
Showing
Please register or sign in to comment