[PATCH] D133003: [ELF] Parallelize relocation scanning

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 10:46:01 PDT 2022


MaskRay updated this revision to Diff 459518.
MaskRay marked 5 inline comments as done.
MaskRay added a comment.

Add `concurrency` to constructors and make `RelocationBaseSection::relocsVec` protected


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133003

Files:
  lld/ELF/Config.h
  lld/ELF/Relocations.cpp
  lld/ELF/Symbols.h
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/ELF/Writer.cpp
  lld/test/ELF/combreloc.s
  lld/test/ELF/comdat-discarded-error.s
  lld/test/ELF/undef-multi.s
  lld/test/ELF/undef.s
  llvm/include/llvm/Support/Parallel.h
  llvm/lib/Support/Parallel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133003.459518.patch
Type: text/x-patch
Size: 27919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220912/28b6a24c/attachment.bin>


More information about the llvm-commits mailing list