[PATCH] D51240: Add a flag to remap manglings when reading profile data information.

David Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 24 20:16:28 PDT 2018


davidxl added a comment.

Re  "Why not":

The common use model of instrumentation based PGO and SamplePGO are quite different. The former usually uses 'fresh' profile that matches the source. If there are massive code refactoring or ABI changes, the user can simply regenerate the profile.  For the latter, the profile data is usually collected from production binaries, so the source is almost always newer than the profile.


https://reviews.llvm.org/D51240





More information about the cfe-commits mailing list