[Lldb-commits] [PATCH] D24293: Use llvm's demangler

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 7 08:50:19 PDT 2016


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

We need to carefully benchmark any changes in demangling if we are thinking about switching to using llvm::itaniumDemangle() for everything. The demangler that was built into libcxxabi was 4 times slower than our fast version. I am not sure what version is now in LLVM, but I would guess that it might be the same version? FastDemangle is fast and any changes can't regress on performance.


https://reviews.llvm.org/D24293





More information about the lldb-commits mailing list