On 25.05.2008, at 22:23, stephane ducasse wrote:

You can also use trick like

        each become: String new

to swap references to empty object that will be garbaged.


This should be used only as a last resort. It doesn't actually remove the references that are not garbage-collected, just replaces them with other objects.

A recipe for finding references is here:

        http://wiki.squeak.org/squeak/2631

- Bert -


_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to