[Lldb-commits] [PATCH] D33246: Remove most of lldb's TaskPool in favor of llvm's parallel functions

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 16 10:35:33 PDT 2017


scott.smith created this revision.
scott.smith added a project: LLDB.
Herald added a subscriber: mgorny.

Remove the thread pool and for_each-like iteration functions.
Keep RunTasks, which has no analog in llvm::parallel, but implement it using llvm::parallel.


Repository:
  rL LLVM

https://reviews.llvm.org/D33246

Files:
  include/lldb/Utility/TaskPool.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Utility/CMakeLists.txt
  source/Utility/TaskPool.cpp
  unittests/Utility/TaskPoolTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33246.99166.patch
Type: text/x-patch
Size: 9019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170516/d9190e2e/attachment-0001.bin>


More information about the lldb-commits mailing list