This allows to release the QueueLock early and create Thread
independently of the queue processing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Support/ThreadPool.h | ||
---|---|---|
44 | Probably not, happy to leave it out, it does not really belong to this patch anyway I think. |
is the performance benefit of avoiding some small mallocs worth the line of code?