2014-09-22 15:31 GMT+02:00 Iain Buclaw via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com>:
On 22 September 2014 10:33, Sönke Ludwig
<digitalmars-d-announce@puremagic.com> wrote:
>
>  - Added general support for single-file compilation mode, as well as
>    separate compile/link mode for GDC.
>

N.B:

All-at-once compilation has improved with GDC.  But you still have to
wait minutes rather than seconds for compilations to finish if you do
optimized builds.

Iain.


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).
In order to be fast, we will have to implement proper dependency analysis (currently all object file are rebuild when something change).