[PATCH] D20720: [pdb] Convert more reads to zero-copy reads.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 20:14:34 PDT 2016


zturner created this revision.
zturner added a reviewer: ruiu.
zturner added a subscriber: llvm-commits.

These are not particularly important memory wise, but I'd like to remove all the copying interfaces, so these come next.

http://reviews.llvm.org/D20720

Files:
  include/llvm/DebugInfo/CodeView/StreamReader.h
  include/llvm/DebugInfo/PDB/Raw/NameHashTable.h
  include/llvm/DebugInfo/PDB/Raw/PublicsStream.h
  include/llvm/DebugInfo/PDB/Raw/RawConstants.h
  include/llvm/Support/ScopedPrinter.h
  lib/DebugInfo/PDB/Raw/NameHashTable.cpp
  lib/DebugInfo/PDB/Raw/PublicsStream.cpp
  tools/llvm-pdbdump/llvm-pdbdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20720.58747.patch
Type: text/x-patch
Size: 12172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/69fb1f13/attachment.bin>


More information about the llvm-commits mailing list