[PATCH] D33480: [CodeView Type Merging] Try hard not to deserialize records when re-writing type indices

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 14:06:40 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303914: [CodeView Type Merging] Avoid record deserialization when possible. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D33480?vs=100148&id=100294#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33480

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeSerializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeSerializer.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33480.100294.patch
Type: text/x-patch
Size: 29309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170525/5719e0e5/attachment.bin>


More information about the llvm-commits mailing list