Aug. 26, 2011
3:53 p.m.
On 26 August 2011 16:29, Alex Schenkman <alex@schenkman.info> wrote:
Hi List: Is there a method being called right befire an object is being garbage collected (finalized)? I see toFinalizeSend:Â to: with:, but I do not see any senders. thanks in advance!
Squeak finalization is a post-mortem finalization. The #finalize message are sent to executor object, which is often a shallow copy of the object which is died. -- Best regards, Igor Stasenko AKA sig.