[PATCH] D12308: gold-plugin: Implement parallel LTO code generation using llvm::LinkedCodeGen.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 19:40:43 PDT 2015


pcc created this revision.
pcc added reviewers: rafael, chandlerc.
pcc added a subscriber: llvm-commits.
pcc added a dependency: D12260: CodeGen: Introduce LinkedCodeGen and teach LTOCodeGenerator to use it..

Parallelism can be enabled using a new plugin option, jobs=N, where N is
the number of code generation threads.

Depends on D12260

http://reviews.llvm.org/D12308

Files:
  test/tools/gold/parallel.ll
  tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12308.33039.patch
Type: text/x-patch
Size: 5658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150825/bb73af90/attachment.bin>


More information about the llvm-commits mailing list