CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 21 07:30:52 PST 2016


On Monday, 21 November 2016 at 10:51:01 UTC, Stefan Koch wrote:
> When writing do { ... } while(true/false)
> The IR generated would tell the interpreter to evaluate the 
> condition flag.

This Bug is now fixed.
At the same time a superfluous jump could be eliminated.
I have also fixed another bug in the bailout system.
Such that we now bail out when we could not interpret the 
right-hand-side of an arrayLength Assignment.




More information about the Digitalmars-d mailing list