[PATCH] D132025: [ELF][WIP] Parallelize writes of different OutputSections

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 05:26:04 PDT 2022


andrewng created this revision.
Herald added subscribers: hiraditya, arichardson, emaste.
Herald added a reviewer: MaskRay.
Herald added a project: All.
andrewng requested review of this revision.
Herald added subscribers: llvm-commits, StephenFan.
Herald added a project: LLVM.

Potential alternative to https://reviews.llvm.org/D131247.


https://reviews.llvm.org/D132025

Files:
  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: D132025.453261.patch
Type: text/x-patch
Size: 12549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220817/6eebe3fe/attachment.bin>


More information about the llvm-commits mailing list