[PATCH] D67726: [SampleFDO] Expose an interface to return the size of a section or the size of the profile for profile in ExtBinary format
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 11:51:18 PDT 2019
wmi added a comment.
In D67726#1675508 <https://reviews.llvm.org/D67726#1675508>, @davidxl wrote:
> Sounds a tricky situation to handle. Suppose the profile size increases some limit, what criterial should be used to trim the size? Trim the symbol list or drop more samples?
We plan to use separate limits for symbol list and the rest. If size of symbol list is over the limit, trim symbol list, otherwise drop samples.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67726/new/
https://reviews.llvm.org/D67726
More information about the llvm-commits
mailing list