[Lldb-commits] [PATCH] D32597: Initiate loading of shared libraries in parallel

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 3 11:39:24 PDT 2017


scott.smith updated this revision to Diff 97695.
scott.smith added a comment.

update to use a private llvm::ThreadPool.  I chose this over a 2nd global "TaskPool" because if the threads are going to be short lived, there isn't much point in having a global pool rather than a short-lived instantiated one.


Repository:
  rL LLVM

https://reviews.llvm.org/D32597

Files:
  source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32597.97695.patch
Type: text/x-patch
Size: 6281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170503/f9a193bc/attachment.bin>


More information about the lldb-commits mailing list