CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 17 13:50:42 PST 2017


On Tuesday, 17 January 2017 at 21:47:51 UTC, Stefan Koch wrote:
> On Tuesday, 17 January 2017 at 20:06:46 UTC, Nordlöw wrote:
>> On Tuesday, 17 January 2017 at 06:36:58 UTC, Stefan Koch wrote:
>>> Just found a bug with recursive functions, which is now fixed.
>>> So time for some perf:
>>
>> Impressive speedup! What remains? Are you adding more tests to 
>> the Phobos unittests?
>
> There are still features to add :
>
> - floating point.
> - UTF-de/re-encodung.
> - slicing
> - concat
> - pointer/ref
> - member-function calls
>
> But after this is done all the 1.0 goals are reached.

Forget something,
&& and || also needs to be implemented.
As well as various interactions of pointers/arrays/slices and 
structures.



More information about the Digitalmars-d mailing list