<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-09-22 15:31 GMT+02:00 Iain Buclaw via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 22 September 2014 10:33, Sönke Ludwig<br>
<span class=""><<a href="mailto:digitalmars-d-announce@puremagic.com">digitalmars-d-announce@puremagic.com</a>> wrote:<br>
><br>
>  - Added general support for single-file compilation mode, as well as<br>
>    separate compile/link mode for GDC.<br>
><br>
<br>
</span>N.B:<br>
<br>
All-at-once compilation has improved with GDC.  But you still have to<br>
wait minutes rather than seconds for compilations to finish if you do<br>
optimized builds.<br>
<br>
Iain.<br>
<br>
</blockquote></div><br></div><div class="gmail_extra">The focus was on allowing one to compile on a limited platform (compiled vibe.d on a Raspberry Pi B, 512 Mos or RAM, no swap).</div><div class="gmail_extra">In order to be fast, we will have to implement proper dependency analysis (currently all object file are rebuild when something change).</div></div>