<div class="gmail_quote">On 9 January 2012 15:14, Trass3r <span dir="ltr"><<a href="mailto:un@known.com">un@known.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Realistically, it shouldn't be until libphobos is stable *and* about as common as libc.<br>
</blockquote>
<br></div>
Exactly. It doesn't make any sense as long as there's a new version every month.<br>
We should do something about dead code elimination though.<br>
-ffunction-sections -fdata-sections -L--gc-sections greatly reduces the size with gdc, but you can't expect users to always pass that.<br>
</blockquote></div><br><div>static this() seems to be a problem. Unless there's powerful whole-program-optimisation, how can it strip out any data that might be initialised/touched in static this()?</div><div><br></div>
<div>Why wouldn't dead code be eliminated effectively already?</div>