CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 20 22:10:29 PST 2016


On Tuesday, 20 December 2016 at 20:30:43 UTC, Nordlöw wrote:
> On Tuesday, 20 December 2016 at 16:53:21 UTC, Stefan Koch wrote:
>> I hope that my reports give a little insight into what issues 
>> I am facing, and why it is taking so long.
>
> There's a left parenthesis too much on line 3320 in ctfe_bc.d ;)

You're right.
I was sleepy when committing that, so I forgot to check if it 
compiles.

It had flags to allow stack pointers for integers to make slice 
handling cheaper in the interpreter, but it turns out that this 
decision hurt performance overall, and now I am removing it.
This unmatched paren was part of the i32Ptr check :)


More information about the Digitalmars-d mailing list