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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 21 14:23:02 PDT 2018


sbc100 added a comment.

This change depends on relocations being alwasy stored in offset order, and I'm not convinced that is always that case.  I created this change to ensure that llvm always create reloction sections like this but I'm not under what circumstance is might currently fail to do so: https://reviews.llvm.org/D51065


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D51063





More information about the llvm-commits mailing list