[PATCH] D32826: Move Parallel.h from LLD to LLVM

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 13:25:19 PDT 2017


On Wed, May 3, 2017 at 1:19 PM Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:

> Do you need to move everything at once? For example, are you planning on
> using the parallel sort?
>

No immediate plans to use parallel_sort, but on the other hand I don't
think it makes sense to fragment parallel functionality either.  There's no
reason that someone down the line (including LLDB) might not want
parallel_sort.  I'd wager that part of why LLDB hasn't used this sooner is
because nobody knew about it.  So there's less friction if it's just
there.  There's also a lot of boilerplate and header inclues that uglify
the source, and having to duplicate that ugliness in multiple places seems
unnecessary.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170503/496e79b1/attachment.html>


More information about the llvm-commits mailing list