<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 7, 2015 at 9:57 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><p dir="ltr">> Were these numbers hot/cold, on an SSD?</p>
</span><p dir="ltr">Tmpfs. Both input and output. I also used thin archives.</p></blockquote><div> Can I enable that in LLVM? Is it beneficial?<br><br>(does gold support thin archives? (is it an apples-to-apple-like-objects comparison, I guess?))</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"> </p><span class="">
<p dir="ltr">> So if I don't care much about file size - does lld self host LLVM? Perhaps that'd be an improvement for development if it saves me link time... <br>
>  </p>
</span><p dir="ltr">It can link all of llvm, clang and lld if you disable threads. Unfortunately the generated lld is not functional because it still uses tls.</p></blockquote><div>Ah, rightio. Hmm - guess I can move lld out of the way while I'm self-hosting, until that's implemented. <br><br>Do I have to do something to opt-in to ELF2?</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">Cheers, Rafael <br>
</p>
</blockquote></div><br></div></div>