[PATCH] D42176: [WebAssembly] Optimise relocation iteration to remove n^2 loop. NFC.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 12:09:47 PST 2018


sbc100 added a comment.

I suggest we move to storing the relocations on per chunk basis.   There is already a bug open to do this: https://github.com/WebAssembly/tool-conventions/issues/32.   I also don't it makes much sense to try to fix this performance issue in the mean time.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42176





More information about the llvm-commits mailing list