
21 Apr
2009
21 Apr
'09
12:06 a.m.
Achilleas Margaritis wrote:
But gc'd objects are are not supposed to touch other gc'd objects in their destructor (if you check the readme, I explicitly say that the order of finalization is random). Is there a realistic need to call another gc'd object from a destructor?
Drop in replacement, or ability to use with or without GC.