Study: build times for D programs

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Jul 25 15:44:14 PDT 2012


On 7/26/12, Jonathan M Davis <jmdavisProg at gmx.com> 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?


More information about the Digitalmars-d mailing list