CTFE Memory Hogging Workaround?
Maxime Chevalier
maximechevalierb at gmail.com
Thu Nov 22 14:07:54 PST 2012
One of the reasons I chose to use D for my project is that I was
very excited about the prospect of using CTFE in mixin code.
Unfortunately, there seems to be one (or several?) bugs causing
CTFE to be very slow and to hog a huge amount of memory (multiple
gigs of RAM and swap).
Is there some known fix for this? I need this to work now.
Otherwise, I'm going to have to rewrite my CTFE/mixin code in
Python or something, which would be a shame, and a waste of time
on my part.
More information about the Digitalmars-d-bugs
mailing list