[PATCH] D35149: llvm-profdata: Reduce memory usage by using Error callback rather than member

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 19:54:23 PDT 2017


dblaikie updated this revision to Diff 105804.
dblaikie added a comment.

Move function_ref to the last arg in the InstrProfRecord APIs


https://reviews.llvm.org/D35149

Files:
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/InstrProfWriter.h
  lib/ProfileData/InstrProf.cpp
  lib/ProfileData/InstrProfWriter.cpp
  tools/llvm-profdata/llvm-profdata.cpp
  unittests/ProfileData/CoverageMappingTest.cpp
  unittests/ProfileData/InstrProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35149.105804.patch
Type: text/x-patch
Size: 29958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170710/6f4740f8/attachment-0001.bin>


More information about the llvm-commits mailing list