Splitting Object Memory (was Re: [squeak-dev] My own Squeak direction)

Jon Hylands jon at huv.com
Tue Nov 17 16:07:11 UTC 2009


On Tue, 17 Nov 2009 12:52:28 +0100, Bert Freudenberg
<bert at freudenbergs.de> wrote:

>I'd love to have even a simple version of this. E.g., split the image into just two parts. Sort-of like VW's perm space (which is not garbage-collected ever) which would be the "base-image", plus all the rest in a second image file. This would allow to share a base image and a differential image in a similar fashion as we have a sources and a changes file. A regular save would just save the non-permanent part of the object memory. 

The other thing this would buy us is the ability to do FLASH-memory
based devices. Those objects (and of course that includes code) that
are "permanent" can be in PermSpace, which physically sits in FLASH.

Later,
Jon




More information about the Squeak-dev mailing list