[PATCH] D46207: Avoid some memory allocations in the ThreadPool
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 18:26:41 PDT 2018
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
If no one else is using the 'add' API - could simplify it to take a function pointer, if the goal is to avoid situations that might cause allocation overhead?
https://reviews.llvm.org/D46207
More information about the llvm-commits
mailing list