[Lldb-commits] [PATCH] D32757: Add TaskMap for iterating a function over a set of integers

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 2 11:34:34 PDT 2017


clayborg added a comment.

And note in the DWARF parser you can't add the expensive code that aggregates all of the data into the SymbolFileDWARF into "parser_fn" because only on thread can be putting stuff into SymbolFileDWARF at a time.


Repository:
  rL LLVM

https://reviews.llvm.org/D32757





More information about the lldb-commits mailing list