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

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 09:59:09 PDT 2017


scott.smith created this revision.

This change forks a thread for each shared library, so that as much work as possible can be done in parallel.


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.96934.patch
Type: text/x-patch
Size: 6113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170427/f71d9a3b/attachment-0001.bin>


More information about the lldb-commits mailing list