<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 22, 2015 at 2:28 PM, 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>> I am doing a new clang build with this and will post the results shortly.<br>
<br>
</span>This time including --gc-sections (since it is already on master):<br>
<br>
* gold    77092528 bytes, 1.591897178 seconds<br>
* master  84991536 bytes, 0.501578306 seconds<br>
* patch   74723056 bytes, 0.734235534 seconds<br></blockquote><div><br></div><div>Good numbers. We are probably already on per with gold in terms of output size. (It's actually more than per, so we may be discarding too much data with --gc-sections, but I don't know what that is. At least all tests still pass.)</div><div><br></div><div>This feature makes LLD about 1.5x slower. Does this feature have to be enabled by default? It feels like it's a kind of -O1 feature for linkers.</div></div></div></div>