[Lldb-commits] [PATCH] D43592: [DWARFASTParserClang] Always complete types read from a module/PCH AST context.

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 16 12:15:30 PDT 2018


jingham accepted this revision.
jingham added a comment.

I can't see a narrower way to do this.  This sort of change makes me really wish we had "how many dies did you complete" metrics and some stress tests, so we can tell if we've just made some operation unreasonably more expensive and have to go back and really put our thinking caps on.  But I think this should be fine.


https://reviews.llvm.org/D43592





More information about the lldb-commits mailing list