[PATCH] D26567: Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 08:41:28 PST 2016


clayborg added a comment.

One question regarding DWARF32/DWARF64: is there anything in the DWARF spec that requires all units to be 32 bit, or all must be 64 bit? Can they be intermixed where we have some 32 and some 64?


https://reviews.llvm.org/D26567





More information about the llvm-commits mailing list