[PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency
Dmitry Antipov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 16 08:04:23 PDT 2020
dmantipov added a comment.
Running on 48-core system, I was pretty surprised to see 48-threads pool when attempting to debug a toy C++ program. So here is a fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87765/new/
https://reviews.llvm.org/D87765
More information about the llvm-commits
mailing list