[Lldb-commits] [PATCH] D31451: New C++ function name parsing logic

Tamas Berghammer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 31 12:30:15 PDT 2017


tberghammer added a comment.

One note on benchmarking: A did some performance profiling on LLDB using a similar approach to what Pavel suggested and if I remember correctly only ~10% of the time was spent on C++ name parsing (~15% was C++ demangling, ~50% was debug_info parsing, rest of them was fairly well distributed). Because of this I think some targeted micro benchmark will be much more useful to measure the performance of this code then an end-to-end test as an e2e test would have low signal to noise ratio.


https://reviews.llvm.org/D31451





More information about the lldb-commits mailing list