[PATCH] D69471: [Coverage] Revise format to reduce binary size
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 14:32:46 PST 2020
vsk planned changes to this revision.
vsk added a comment.
@rnk Thanks for chasing this down. I'll update the function record structs to use free functions instead of multiple inheritance.
I don't plan on getting rid of the awkward method calls at this point. The coverage reader is still templated by CovMapFunctionRecordX via CovMapTraits, so we'd need to untangle that first.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69471/new/
https://reviews.llvm.org/D69471
More information about the cfe-commits
mailing list