Componentizing D's garbage collector

Timon Gehr timon.gehr at gmx.ch
Fri Jan 10 20:26:50 PST 2014


On 01/10/2014 09:03 AM, Andrei Alexandrescu wrote:
>
> * There will be no possibility to change the type of certain objects
> once allocated. An allocation for an immutable object cannot e.g. make
> it later a mutable one. (This is an essential issue with the current
> allocator, I think.)

I assume you are aware that there is implicit casting to immutable upon 
return from a strongly pure function. What about it?


More information about the Digitalmars-d mailing list