Disable GC entirely

Timon Gehr timon.gehr at gmx.ch
Sun Apr 7 15:27:23 PDT 2013


On 04/07/2013 11:11 PM, Paulo Pinto wrote:
> ...
>
> Why should maintaining mutable state be like manual memory management,
> if you have in place the required GC/reference counter helpers?
>
> ...

Every time a variable is reassigned, its old value is destroyed.


More information about the Digitalmars-d mailing list