[PATCH] D15390: [ThinLTO] Launch importing backends in parallel threads from gold plugin
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 1 16:36:28 PST 2016
tejohnson updated this revision to Diff 46593.
tejohnson added a comment.
Address more review comments: Use RAII on ThreadPool instead of expicit
wait(), and reserve TaskInfo vectors rather than emplacing unique_ptrs.
http://reviews.llvm.org/D15390
Files:
include/llvm/Support/thread.h
test/tools/gold/X86/pr19901_thinlto.ll
test/tools/gold/X86/thinlto.ll
tools/gold/gold-plugin.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15390.46593.patch
Type: text/x-patch
Size: 30833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160202/4c5d8abb/attachment.bin>
More information about the llvm-commits
mailing list