On 7/26/12, Jonathan M Davis <[email protected]> wrote: > Parallelism? How on earth do you manage that? dmd has no support for running > on multiple threads AFAIK. > You've got multiple > cores working on it at that point, so the equation is completely different.
That's exactly my point, you can take advantage of parallelism externally if you compile module-by-module simply by invoking multiple DMD processes. And who doesn't own a multicore machine these days?
