[PATCH] D41410: [WebAssembly] Apply data relocation in parallel. NFC.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 11:53:38 PST 2017


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.

Store data relocations with their respective segment.
This allows reloctions to be applied as each segment
is written (and therefore in parallel).


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41410

Files:
  wasm/OutputSections.cpp
  wasm/OutputSections.h
  wasm/OutputSegment.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41410.127582.patch
Type: text/x-patch
Size: 5356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171219/d502bc2d/attachment.bin>


More information about the llvm-commits mailing list