CTFE Status 2

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Fri Mar 10 03:32:14 PST 2017


On Thursday, 16 February 2017 at 21:05:51 UTC, Stefan Koch wrote:
> [ ... ]

Time for an update.

I am currently working on integrating 64bit values into codegen 
API.
However, a backend may not have native 64bit registers or 
arithmetic (the x86/arm architectures come to mind)
For those a common fallback is to be implemented such that not 
every architecture has to implement their 64bit arithmetic on 
their own.

Also work is underway to finally support slicing, which is 
crucial to using phobos algorithms.



More information about the Digitalmars-d mailing list