On Mon, Dec 15, 2008 at 7:07 PM, Walter Bright <[email protected]> wrote: > Are you using a lot of templates and recursive imports?
A lot of templates, yes. A lot of recursive imports, I don't think so. Is there an easy way to see if I have recursive imports? I usually try to make my imports tree-like, but it's possible I may have some unintentional import cycles. --bb > Bill Baxter wrote: >> >> For me, V1.038 compiles my code but takes a really really really long >> time to do so. >> >> It now takes 1 min 20 secs for a full build, when it used to compile >> in 13 seconds. >> Forget the 60% slowdown from LDC -- this is 515% slower! >> >> (building with DSSS and tango) >
