On Friday, December 16, 2011 17:41:13 Andrej Mitrovic wrote:
> Also why does druntime come with .di headers but phobos does not? OTOH
> I doubt it would save much on compilation time since virtually
> everything in phobos is a template..

It would also kill CTFE for stuff that isn't a template. I'd sooner have 
druntime _not_ use .di files than have Phobos use them. However, I believe that 
one of the reasons that druntime does is so that compilation time is saved for 
the garbage collector.

- Jonathan M Davis

Reply via email to