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

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 20 14:59:53 PDT 2018


davide added a comment.

Thanks for doing this.
We may consider doing some A-B testing between the two demanglers.
A strategy that worked very well for similar purposes was that of running `nm` on a large executable (e.g. clang or lldb itself) and see whether we demangle in the same exact way and measure the time needed for demangling.


https://reviews.llvm.org/D49612





More information about the lldb-commits mailing list