[PATCH] D45399: Split SectionPiece in its parts

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 18:37:22 PDT 2018


espindola updated this revision to Diff 143212.
espindola edited the summary of this revision.
espindola added a comment.

Have the OutputOffsets store just a uint64_t. This uses a bit of the hash for the live bit.

With this there is nothing to do after the load other that return the value, which should allow pipelining the relocation loop.


https://reviews.llvm.org/D45399

Files:
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45399.143212.patch
Type: text/x-patch
Size: 5230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/6f44e41e/attachment-0001.bin>


More information about the llvm-commits mailing list