CTFE slower than expected
Andrej Mitrovic
andrej.mitrovich at gmail.com
Tue May 29 15:46:33 PDT 2012
On 5/29/12, Don Clugston <dac at nospam.com> wrote:
> Oh yeah. Orders of magnitude, easily.
Does this also imply speedups for static foreach loops? I've got quite
a few of those and they seem to slow down compilation a bit. I've had
a funny error message once saying there's an error on line ~50_000 in
a 1000-line module, so I guess static foreach can expand to quite a
bit of code, maybe I should be more careful with those..
More information about the Digitalmars-d
mailing list