[PATCH] D70447: [Support] ThreadPoolExecutor fixes for Windows/MinGW
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 10:02:58 PST 2019
mehdi_amini added a comment.
In D70447#1762490 <https://reviews.llvm.org/D70447#1762490>, @ruiu wrote:
> Aren't Parallel and ThreadPool different? We are using parallel_for_loop but we are not using any thread pool.
It seems to me that `parallel_for_loop` is nothing else than a thin abstraction over a thread pool?
https://github.com/llvm/llvm-project/blob/master/llvm/lib/Support/Parallel.cpp#L35
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70447/new/
https://reviews.llvm.org/D70447
More information about the llvm-commits
mailing list