[llvm-bugs] [Bug 31100] New: lld implements its own ThreadPool (but shouldn't)
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 21 12:08:39 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=31100
Bug ID: 31100
Summary: lld implements its own ThreadPool (but shouldn't)
Product: lld
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: davide at freebsd.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
We have two implementations of ThreadPool. One in Support/, used for ThinLTO.
The other on in lld/Core/Parallel.h, used by all the three backends
(COFF/MachO/ELF) for parallel_for_each() and parallel_sort.
These two implementations could be merged.
As a follow-up, the parallel* utilities in lld could be moved to LLVM, maybe.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161121/99ae8403/attachment.html>
More information about the llvm-bugs
mailing list