[PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 10:36:06 PST 2016


davidxl updated this revision to Diff 45881.
davidxl added a comment.

Misc updates of the patch:

1. renamed unused header field
2. ensure summary data to be zeroalized
3. added more comments
4. added reserved fields in summary for future extension.


http://reviews.llvm.org/D16258

Files:
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/InstrProfData.inc
  include/llvm/ProfileData/InstrProfReader.h
  include/llvm/ProfileData/InstrProfWriter.h
  lib/ProfileData/InstrProf.cpp
  lib/ProfileData/InstrProfReader.cpp
  lib/ProfileData/InstrProfWriter.cpp
  unittests/ProfileData/InstrProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16258.45881.patch
Type: text/x-patch
Size: 17503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160125/4f6ba435/attachment.bin>


More information about the llvm-commits mailing list