[Lldb-commits] [PATCH] D40283: lldb: Use the DWARF linkage name when importing C++ methods
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 22 10:00:15 PST 2018
clayborg added a comment.
In https://reviews.llvm.org/D40283#983997, @aprantl wrote:
> As Greg pointed out C++ (and Swift) mangled names can be enormous, so it would definitely have an impact on the memory footprint (unless we are only passing `StringRef`s around. Are we?)
Most strings seemed to be created using clang identifiers... Not sure what this API uses for the asm name...
https://reviews.llvm.org/D40283
More information about the lldb-commits
mailing list