[PATCH] [Core] Add parallel infrastructure to lld.

Michael Spencer bigcheesegs at gmail.com
Wed Apr 10 13:34:05 PDT 2013


  * Add documentation
  * Make ThreadPoolExecutor filo
  * Make threadCount unsigned.
  * parallel_sort
    * Base max depth on input size
    * Tail execute one half of the sort.

Hi chandlerc, kledzik, shankarke, rafael,

http://llvm-reviews.chandlerc.com/D649

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D649?vs=1576&id=1597#toc

Files:
  include/lld/Core/Parallel.h
  unittests/CoreTests/CMakeLists.txt
  unittests/CoreTests/ParallelTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D649.2.patch
Type: text/x-patch
Size: 8384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130410/780ceeea/attachment.bin>


More information about the llvm-commits mailing list