2009/10/23 Schwab,Wilhelm K <[email protected]>:
> Hello all,
>
> I have started to port some of my code that relies on Dolphin's finalization. 
>  The idea is that one sends #beFinalizable to the object requiring 
> finalization.  Dolphin sets a flag on the object (in its header??) that the 
> vm later notices.

a rough analogy is something like that:

Object>>beFinalizable
"A shallow copy of the receiver will receive a #finalize message, once
the receiver become garbage"
  WeakRegistry default add: self


> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



-- 
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to