CTFE Status 2

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 14 08:26:44 PDT 2017


On Monday, 13 March 2017 at 19:40:30 UTC, Stefan Koch wrote:
> On Thursday, 16 February 2017 at 21:05:51 UTC, Stefan Koch 
> wrote:
>> [ ... ]
>
> I just fixed a bug in ref support;
> It should now work with slices.
>
> I also made it _slightly_ easier to make ABI changes for slice, 
> since I expect the structure to change as soon as concat 
> support is added.
> (e.g. slices will get a refcount, capacity and an origin ptr)

Bad news.
Array expansion via assignment to length regressed.
Fixing this is surprisingly time intensive.
.... I am just not seeing where it's going wrong.

It seems to use completely bogus offsets ... causing it to read 
from uninitialized memory.



More information about the Digitalmars-d mailing list