[PATCH] D11612: [lld][ELF2] Apply relocations.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 15:40:34 PDT 2015


On Tue, Aug 11, 2015 at 3:05 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> On 11 August 2015 at 17:35, Rui Ueyama <ruiu at google.com> wrote:
> > There may be more things to think. I'd like to see to land with
> > non-single-pass approach as I suggested so that it doesn't block anyone.
> We
> > can revisit this later when needed.
>
> We will need to implement a single pass to at least benchmark it, so I
> actually think it is better to do that first.
>

We discussed offline and agreed that (1) we don't really know if relocation
handling is going to be a bottleneck at this moment, but there's a theory
that it can be, and (2) it's probably not really important to block this
patch as we can revisit this later and split it up into multiple passes if
it makes sense. So I'm OK with this single-pass approach.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150811/a2a5cb18/attachment.html>


More information about the llvm-commits mailing list