[PATCH] D27159: [ThreadPool] Simplify the interface

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 17:25:37 PST 2016


davide added a comment.

In https://reviews.llvm.org/D27159#607314, @mehdi_amini wrote:

> What is the motivation? This is removing a feature. Even though it is not used at that time, it is tested and could find its use in the future.


This is pretty much dead code. If you're going to find a consumer using this feature, you can add it again. I plan to merge the lld and the llvm thread pool interface and this removes the dependence on <future> (and makes the merge slightly simpler).


https://reviews.llvm.org/D27159





More information about the llvm-commits mailing list