[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: cleanupGarbage
- To: <heh@xxxxxxxxxx>, <xtech@xxxxxxxxxx>
- Subject: Re: cleanupGarbage
- From: <eric@son-of-blob>
- Date: Sun, 5 Aug 90 13:30:45 PDT
>From heh@xxxxxxxxxx Fri Aug 3 16:05:02 1990
From: heh <heh@xxxxxxxxxx>
Subject: cleanupGarbage
To: xtech@xxxxxxxxxx
Subject: Time:13:47
OFFICE MEMO cleanupGarbage Date:8/3/90
Will people PLEASE PLEASE PLEASE put in a cleanupGarbage method
in a smalltalk only category whenever they create a new class
variable or global (fluid). We poor people relegated to small
(albeit much nicer :-) machines wouldn't then have to spend 3
hours tracking back to find the new global so that a new LARGE
ent can be garbage collected, thereby releasing the 2.5 megs of
garbage objects created by a test.
thanks
--Hugh
I second that. The Integrator can't be expected to manually search the image
for all instances of SomeRandomTypeThatMightBeGarbageButIsHeldOntoSomehow to
get rid of them. Also, as these piles of objects get bigger, I'd like to
remind the relevant parties (you know who you are) that we're in trouble if
we can't run our image on the "small" machines.