[squeak-dev] ditching Monticello objects.

Keith Hodges keith_hodges at yahoo.co.uk
Thu Feb 12 02:18:09 UTC 2009


John M McIntosh wrote:
> I'm building an image for a limited memory hardware platform.
>
> At the point here where I want to *deploy* things and I can see that
> various parts of Monticello
> are consuming well over a megabyte of memory to retain MCVersionInfo
> instances, MCMethodDefinition(s), time stamps, uuids, etc etc
>
> I'm wondering if anyone has some code to strip all that out thus
> returning I suspect a couple of MB back for more constructive usage?
You may want to look into the cleanUp/freeSomeSpace conventions. MC1.5
has a few implemented. There are many more available from
http://bugs.squeak.org/view.php?id=7244

Keith



More information about the Squeak-dev mailing list