CTFE Status 2

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Mon Mar 13 05:39:28 PDT 2017


On Monday, 13 March 2017 at 11:53:59 UTC, Kagamin wrote:
> On Friday, 10 March 2017 at 11:32:14 UTC, Stefan Koch wrote:
>> I am currently working on integrating 64bit values into 
>> codegen API.
>
> How can dmd generate 64-bit code if backend doesn't support 
> 64bit values?

I was referring to my newCTFE Bytecode-codegen.
It is separate from dmd's backend.

Just for completeness sake, it is perfectly possible to generate 
x86_64 code without supporting 64bit values, you will just have 
alot of zeros in the upper bits :)

dmd does support 64bit values of course.


More information about the Digitalmars-d mailing list