Recompiling D code
Vladimir Panteleev via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Aug 14 05:47:05 PDT 2014
On Thursday, 14 August 2014 at 11:54:57 UTC, Rikki Cattermole
wrote:
> Atleast from my experience with this, its dmd thats actually
> taking the time.
I can't glean this from looking at the code, but are you
recompiling the entire program? Web development is a perfect fit
for incremental compilation, so when changing one web page's
template or view code, you should need to compile only one .d
file.
ld and gold seem to support incremental linking, that could help
speed things up as well.
More information about the Digitalmars-d-announce
mailing list