[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 10:00:13 PDT 2017


scott.smith added a comment.

1. This change requires https://reviews.llvm.org/D32568 for correctness.
2. I think the use of std::thread should be replaced by a custom TaskPool, or else executables with thousands of shared libraries may have a problem.  A separate TaskPool is necessary to prevent recursive TaskPool use.


Repository:
  rL LLVM

https://reviews.llvm.org/D32597





More information about the lldb-commits mailing list