Study: build times for D programs

Jonathan M Davis jmdavisProg at gmx.com
Thu Jul 26 12:36:38 PDT 2012


On Thursday, July 26, 2012 21:29:57 David Nadlinger wrote:
> On Thursday, 26 July 2012 at 18:59:14 UTC, Jonathan M Davis wrote:
> > […] That probably just
> > indicates that it's a frontend issue (which I suppose makes
> > sense when I think
> > about it).
> 
> Oh, and I don't know what exactly you are referring to here, but
> any difference between DMD and GDC is likely not a frontend
> issue, as GDC uses the DMD frontend, with only minor
> modifications.

That was my point. -inline seems to be pretty much identical between the two 
compilers, and if the inlining is done in the frontend, then that makes sense. 
Thinking on it, it makes sense to me that it would be in the frontend, but I 
don't know where it actually is.

- Jonathan M Davis


More information about the Digitalmars-d mailing list