Had another 48hr game jam this weekend...

Iain Buclaw ibuclaw at ubuntu.com
Wed Sep 18 09:22:17 PDT 2013


On 18 September 2013 17:15, Adam D. Ruppe <destructionator at gmail.com> wrote:
> 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.

Takes about 30-40 seconds with gdc. ;-)

-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d mailing list