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

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 2 10:29:28 PDT 2017


scott.smith added a comment.

IMO, this is a simpler interface than TaskRunner.  Also, after this, there are no users of TaskRunner left.  Should I just delete them?

I did this change to help parallel symbol demangling (to come in a separate patch).  Rather than have the symbol demangler use batching, etc, I thought it should be a higher level function.


Repository:
  rL LLVM

https://reviews.llvm.org/D32757





More information about the lldb-commits mailing list