CTFE Status 2

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 17 13:01:33 PST 2017


On 2/17/17 8:44 PM, Temtaime wrote:
> On Thursday, 16 February 2017 at 21:05:51 UTC, Stefan Koch wrote:
>> I hope this thread is informative and will continue to be that way.
>>
>> Cheers,
>> Stefan (aka UplinkCoder)
>
> Just get LDC.
> Make it use JIT.
> And you'll get all the features working.
> Writing slow interpreter is ... wasting efforts.

This is a common misconception. LLVM as AoT optimizing compiler is 
great, but for the JIT compiler it's actually far too slow at codegen to 
be a sensible choice.

---
Dmitry Olshansky


More information about the Digitalmars-d mailing list