Had another 48hr game jam this weekend...

Adam D. Ruppe destructionator at gmail.com
Wed Sep 18 09:15:53 PDT 2013


On Wednesday, 18 September 2013 at 16:09:46 UTC, Manu wrote:
> rdmd implies rebuild-all every time. It doesn't really scale.

Have you actually tried it? My biggest D program is coming up on 
100,000 lines of code, plus phobos, and I still compile it all at 
once, every time. The compile time is ~15 seconds, slower than 
I'd like (due to ctfe more than anything else) but not bad.

Compiling all of phobos at once, > 100,000 lines of D, takes 
about 2 seconds on my computer, excluding linking.


More information about the Digitalmars-d mailing list