[PATCH] D131247: [ELF] Parallelize writes of different OutputSections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 01:37:46 PDT 2022


MaskRay updated this revision to Diff 451767.
MaskRay marked 4 inline comments as done.
MaskRay added a comment.

derive a better taskSize

Add comment about limitation of llvm/Support/Parallel.h.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131247/new/

https://reviews.llvm.org/D131247

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/OutputSections.cpp
  lld/ELF/OutputSections.h
  lld/ELF/Writer.cpp
  lld/test/ELF/arm-thumb-interwork-notfunc.s
  lld/test/ELF/hexagon-jump-error.s
  lld/test/ELF/linkerscript/overlapping-sections.s
  llvm/include/llvm/Support/Parallel.h
  llvm/lib/Support/Parallel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131247.451767.patch
Type: text/x-patch
Size: 12662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220811/c7d8762f/attachment.bin>


More information about the llvm-commits mailing list