[PATCH] D116784: [ProfileData] Read and symbolize raw memprof profiles.
Snehasish Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 20 10:31:39 PST 2022
snehasish added a comment.
In D116784#3256775 <https://reviews.llvm.org/D116784#3256775>, @tejohnson wrote:
> Are you planning to rebase this on top of D117256 <https://reviews.llvm.org/D117256>?
I was not planning on doing so. The changes which succeed this one evolve the MemInfoBlock data structure and aren't necessary to make this work. They are needed for the next patch which adds MemProfRecords to the indexed format. Do you see a particular advantage in having it the other way around?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116784/new/
https://reviews.llvm.org/D116784
More information about the llvm-commits
mailing list