[PATCH] D139603: [llvm-profdata] Add option to cap profile output size
William Junda Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 16:48:45 PST 2022
huangjd updated this revision to Diff 483034.
huangjd added a comment.
Refactored code structure
Use a string buffer to rewrite files
Added API for potential new strategy to reduce profile size
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139603/new/
https://reviews.llvm.org/D139603
Files:
llvm/include/llvm/ProfileData/SampleProfWriter.h
llvm/lib/ProfileData/SampleProfWriter.cpp
llvm/test/tools/llvm-profdata/output-size-limit.test
llvm/tools/llvm-profdata/llvm-profdata.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139603.483034.patch
Type: text/x-patch
Size: 18332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221215/e09b06d2/attachment.bin>
More information about the llvm-commits
mailing list