[PATCH] D38528: Parallelize tail-merge string table construction.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 00:10:48 PDT 2019


ruiu updated this revision to Diff 204711.
ruiu added a comment.

- rebased
- instead of storing a tail hash, directly store shard-id to SectionPieces


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D38528

Files:
  lld/ELF/InputSection.h
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/test/ELF/comment-gc.s
  lld/test/ELF/compressed-debug-input.s
  lld/test/ELF/debug-gc.s
  lld/test/ELF/emit-relocs-mergeable-i386.s
  lld/test/ELF/emit-relocs-mergeable.s
  lld/test/ELF/merge-shared-str.s
  lld/test/ELF/merge-string.s
  lld/test/ELF/relocatable-compressed-input.s
  lld/test/ELF/string-gc.s
  lld/test/ELF/tail-merge-string-align.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38528.204711.patch
Type: text/x-patch
Size: 18881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190614/9a4d3a0a/attachment.bin>


More information about the llvm-commits mailing list