[Lldb-commits] [PATCH] D40283: lldb: Use the DWARF linkage name when importing C++ methods
Nelson Elhage via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Jan 20 17:42:16 PST 2018
nelhage added a comment.
I did a little bit of looking into performance implications today. It looks like `DWARFASTParserClang::ParseTypeFromDWARF` is only called lazily as symbols are needed, which alleviates some of my concerns, and also makes it a bit trickier to construct a convenient benchmark. Does someone with performance concerns have a specific usage pattern or operation or mode that they're concerned by the performance of for me to dig into?
https://reviews.llvm.org/D40283
More information about the lldb-commits
mailing list