CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 13 04:04:31 PST 2016


I made good progress on function calls today.
By deferring them we get both better bytecode-generator 
performance and simpler code.
Since the deferring step seems to work, you can expect calls to 
work by the end of next week.

When function-calls work, I will direct efforts towards correct 
handling of || and &&,
since it is very annoying to work around the lack of them :)

Also start-up times for ctfe are still dropping.
When the old ctfe is completely replaced, (hopefully around 
February)
I can reasonably expect compile-times to be reduced by over 65% 
(given that ctfe was the bottleneck)

Cheers,
Stefan


More information about the Digitalmars-d mailing list