in reply to Re^3: Garbage Collection and undef
in thread Garbage Collection and undef
For instance see Reference Counts and Mortality in perlguts or Two-Phased Garbage Collection in perlobj. You can verify what that says by experimenting with DESTROY methods. They exhibit reliable behaviour that they wouldn't if true GC were in use. Else my ReleaseAction wouldn't work as advertised.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Garbage Collection and undef
by ihb (Deacon) on Oct 17, 2004 at 05:54 UTC | |
by tilly (Archbishop) on Oct 17, 2004 at 06:30 UTC |