[PATCH] D36607: [Support/Parallel] - Do not spawn thread for single/last task.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 08:26:15 PDT 2017
ruiu added a comment.
Well, since it is supposed to be a thread-pool, it shouldn't spawn a thread for a new task. It should keep threads running until a process is terminated.
https://reviews.llvm.org/D36607
More information about the llvm-commits
mailing list