[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 15:08:43 PDT 2017


clayborg added a comment.

I know no one is using TaskRunner, but I would rather not remove it just yet. It has the possibility of being useful. Not in this case, but in general. I'd be interested in hearing what Pavel and Tamas think? None of this affects LLDB on Mac because all Darwin (macOS, iOS, tvOS, watchOS) have Apple accelerator tables emitted by default. If you really want to speed things up, at least when compiling with a new clang, we can change the compiler to emit the apple accelerator tables on all systems...


Repository:
  rL LLVM

https://reviews.llvm.org/D32757





More information about the lldb-commits mailing list