On Tuesday, 19 May 2015 at 18:15:06 UTC, bitwise wrote:Is this also true for D?Yes. The GC considers all the unreferenced memory dead at the same time and may clean up the class and its members in any order.
Ugh... I was really hoping D had something better up it's sleeve.I have heard about attempts to add precise GC to D though... would precise GC address this problem in some way?
Bit