[PATCH] D125246: [CSSPGO][llvm-profgen] Reimplement CS profile generator using context trie

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 20:55:50 PDT 2022


wlei updated this revision to Diff 437025.
wlei added a comment.

Put all FSamples in a std::list<FunctionSamples> to avoid memory new and delete.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125246/new/

https://reviews.llvm.org/D125246

Files:
  llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
  llvm/tools/llvm-profgen/ProfileGenerator.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125246.437025.patch
Type: text/x-patch
Size: 21442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220615/42344af6/attachment.bin>


More information about the llvm-commits mailing list