On 18 September 2013 17:15, Adam D. Ruppe <destructiona...@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';