GC catcher

stéphane ducasse ducasse at iam.unibe.ch
Thu Jun 1 19:55:29 UTC 2006


look for finalize

Object>>finalize
	"Finalize the resource associated with the receiver. This message  
should only be sent during the finalization process. There is NO  
garantuee that the resource associated with the receiver hasn't been  
free'd before so take care that you don't run into trouble - this all  
may happen with interrupt priority."


On 1 juin 06, at 21:26, Bruno Luca wrote:

> Hello,
> i was looking at various method and classes but i didn't find  
> anything interesting about this question.
> Is there a way to catch GC when deleting an object? Something like  
> a method calling before deleting it...
>
> Byte.
>
> -- 
> www.lethalman.net - Thoughts about computer technologies
>




More information about the Squeak-dev mailing list