[PATCH] D15258: [PGO] Remove data races on Data->Values field

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 13:38:46 PST 2015


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

Reimplement VP data writing using the Buffer Writer API.  With the new change, the VP writing buffer size also becomes configurable with an environment variable.


http://reviews.llvm.org/D15258

Files:
  lib/profile/InstrProfiling.h
  lib/profile/InstrProfilingFile.c
  lib/profile/InstrProfilingInternal.h
  lib/profile/InstrProfilingValue.c
  lib/profile/InstrProfilingWriter.c
  test/profile/instrprof-value-prof.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15258.43477.patch
Type: text/x-patch
Size: 15893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151222/70934c36/attachment.bin>


More information about the llvm-commits mailing list