CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 24 09:37:43 PST 2016


On Saturday, 24 December 2016 at 16:10:04 UTC, Stefan Koch wrote:
> Some progress on && has been made.
> It can now be used within an if.
> It is only enabled if debug = andnd is given.

This introduced a bug which is now fixed.
Furthermore returning of 64bit integral values has now been 
enabled.
I just thought about a way to enable slices with less 
"CTFE-runtime" support.
This is a good thing since the CTFE runtime currently is made up 
of a few pretty long macros.
That bloat the bytecode beyond recognition.
As soon as call are supported they can be turned into 
function-calls.
However function calls are pretty expensive.
Therefore it would be good if lightweight slice handling would 
work.



More information about the Digitalmars-d mailing list