[Lldb-commits] [PATCH] D32820: Parallelize demangling

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 3 11:54:50 PDT 2017


scott.smith created this revision.

Use TaskMapOverInt to demangle the symbols in parallel.  Defer categorization of C++ symbols until later, when it can be determined what contexts are definitely classes, and what might not be.


Repository:
  rL LLVM

https://reviews.llvm.org/D32820

Files:
  include/lldb/Utility/ConstString.h
  source/Symbol/Symtab.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32820.97701.patch
Type: text/x-patch
Size: 10980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170503/8f6521bb/attachment-0001.bin>


More information about the lldb-commits mailing list