[PATCH] D26567: Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 07:59:03 PST 2016
probinson added a comment.
So the idea is that you don't always have a Unit when you're parsing the abbreviations? That's mildly counter-intuitive. If you have a Unit then you know version and format up front, and you can just calculate the fixed sizes without having to remember how many of which special cases you found. When would you be doing this without a Unit available?
https://reviews.llvm.org/D26567
More information about the llvm-commits
mailing list