[PATCH] D38266: Parallelize string merging.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 19:33:52 PDT 2017


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

- Implemented a better algorithm. The new algorithm has little overhead on a single core use case unlike the previous one.


https://reviews.llvm.org/D38266

Files:
  lld/ELF/InputSection.h
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/test/ELF/comment-gc.s
  lld/test/ELF/compress-debug-sections.s
  lld/test/ELF/compressed-debug-input.s
  lld/test/ELF/debug-gc.s
  lld/test/ELF/merge-string.s
  lld/test/ELF/merge.s
  lld/test/ELF/string-gc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38266.117082.patch
Type: text/x-patch
Size: 14760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170929/8ead5a56/attachment.bin>


More information about the llvm-commits mailing list