Programming Windows D Examples are now Online!

Walter Bright newshound2 at digitalmars.com
Tue Jun 21 17:34:17 PDT 2011


On 6/21/2011 2:24 PM, Andrej Mitrovic wrote:
> Walter, would it be possible to make .map file generation follow the
> -od flag? It's odd when a  build script fills a directory with map
> files while executables and object files are properly in their own
> directories as specified via -od and -of flags.

I think it's a good idea. Please post to bugzilla!

>
> Btw, I have just pushed a changeset and made the build script
> parallel. I turned this:
> foreach (dir; dirs)
>
> into this:
> foreach (dir; taskPool.parallel(dirs, 1))
>
> And added other small cosmetic changes, but the above is the only real change.
>
> Here's my timings:
> Serial build: 1min, 3sec
> Parallel build: 22sec

Awesome!



More information about the Digitalmars-d-announce mailing list