[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 13:56:20 PDT 2017


scott.smith added a comment.

In https://reviews.llvm.org/D32757#743796, @zturner wrote:

> s/instead of LLVM/instead of LLDB/


I hear you, but IMO it's not ready for that yet.

1. It would depend on ThreadPool, but
2. LLDB hasn't switched to ThreadPool yet, because
3. I want to figure out how to incorporate tasks enqueuing tasks first.

I don't want to commit a monolithic patch with all my changes (and I haven't developed them all yet), so instead I submit incremental improvements.


Repository:
  rL LLVM

https://reviews.llvm.org/D32757





More information about the lldb-commits mailing list