[squeak-dev] Re: Multiple finalizers per single object

Marcel Taeumel marcel.taeumel at student.hpi.uni-potsdam.de
Fri Sep 24 14:12:51 UTC 2010


Just a thought on finalization in general:

If we only need one finalizer per object, why not just allow a class to implement #finalize that will be called right before the object will be garbage collected? That would be more convenient.

Ciao




More information about the Squeak-dev mailing list