[Lldb-commits] [PATCH] D49612: Use LLVM's new ItaniumPartialDemangler in LLDB

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jul 21 15:14:14 PDT 2018


clayborg added a comment.

We do need to test the performance of this as demangling is a hot spot when we parse any object file. If it is faster, then we should just replace it and not add any options to be able to switch. Also we should compare demangled names between the two to ensure there are no differences as we are doing this.


https://reviews.llvm.org/D49612





More information about the lldb-commits mailing list