"Iain Buclaw" <ibuc...@ubuntu.com> wrote in message news:mailman.100.1376649733.1719.digitalmar...@puremagic.com... > On Aug 16, 2013 10:55 AM, "BS" <slackov...@gmail.com> wrote: >> >> On Friday, 16 August 2013 at 09:28:13 UTC, Daniel Murphy wrote: >>> >>> "Kagamin" <s...@here.lot> wrote in message >>> news:iceiqyqtdsippewge...@forum.dlang.org... >>>> >>>> Isn't the resulting D code is still one 70k-line file? >>> >>> >>> ~92k >>> >>> Putting the code into multiple files is trivial, but until we've done > some >>> major refactoring it won't start to resemble the original source >>> organisation. ( see > https://github.com/D-Programming-Language/dmd/pull/2356 >>> for some discussion ) >> >> >> Looking forward DMD!D >> >> The D compiler that compiles itself at compile time :-) >> > > I suspect we won't be able to do that efficiently until Don starts > speeding > up CTFE. ;-) >
Well, the compiler could always invoke the compiler (while compiling the compiler) to compile the compiler, thus vastly improving the speed of ctfe.