[PATCH] D25784: [Support] ThreadPool: Don't spawn any threads when ThreadCount = 1

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 21:05:57 PDT 2016


mehdi_amini added a comment.

Maybe the `ThreadPool Pool(ThreadCount == 1 ? 0 : ThreadCount);` is the best we can do for now?


https://reviews.llvm.org/D25784





More information about the llvm-commits mailing list