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: unassignedb...@nondot.org Reporter: dav...@freebsd.org CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs