[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-23 Thread Dmitry Antipov via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG68358081585b: Add optimal thread strategy (authored by dmantipov). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://review

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-22 Thread Alexandre Ganea via Phabricator via lldb-commits
aganea added a comment. @dmantipov Do you have commit access (which I can encourage you ask here if you're planning further changes) or should I commit this for you? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST A

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-17 Thread Alexandre Ganea via Phabricator via lldb-commits
aganea accepted this revision. aganea added a comment. This revision is now accepted and ready to land. Side-note: @dmantipov Could you please use `git diff -U9` when creating patches? This allows reviewers to quickly browse through other parts of the file(s) in Phabricator. That would fix t

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-17 Thread Pavel Labath via Phabricator via lldb-commits
labath added reviewers: MaskRay, aganea. labath added a comment. This sounds like a good idea, but I'd like to get another set of eyes on the llvm part. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87765/new/ https://reviews.llvm.org/D87765

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-16 Thread Dmitry Antipov via Phabricator via lldb-commits
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/D87

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-16 Thread Dmitry Antipov via Phabricator via lldb-commits
dmantipov created this revision. dmantipov added a reviewer: labath. Herald added subscribers: llvm-commits, lldb-commits, arphaman. Herald added projects: LLDB, LLVM. dmantipov requested review of this revision. Herald added a subscriber: JDevlieghere. Add an optimal thread strategy to execute sp