CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 10 22:05:30 PST 2016


On Saturday, 10 December 2016 at 18:51:32 UTC, Stefan Koch wrote:
> On Saturday, 10 December 2016 at 07:24:10 UTC, Stefan Koch 
> wrote:
>>
>> FunctionPointers and plain function calls are currently in 
>> progress!
>> Also I made further performance improvements to the 
>> Bytecode-generator.
>> As of now it needs around 50 nano-seconds per generated 
>> instruction.
>> Generation + Interpretation execution of trivial functions now 
>> takes LESS then a microsecond on contemporary machines!
>
> Function-call support has broken the bailout capability.
> I am working on restoring it.

I just fixed the bailout.
certain switch-statements.
And made the creation of bytecode even cheaper.



More information about the Digitalmars-d mailing list