[Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 12 13:23:57 PDT 2015


zturner added a comment.

You can probably limit the number of threads portably by using a sempahore that blocks after it's been acquired `std::thread::hardware_concurrency()` times.


http://reviews.llvm.org/D13662





More information about the lldb-commits mailing list