Moore's law and why persistence may not be necessary.

Cees de Groot cg at home.cdegroot.com
Thu Jan 24 13:30:13 UTC 2002


Marcus Denker <marcus at ira.uka.de> said:
>Hey, this is a computer, can't it be programmed to organize it's memory?
>
I suddenly recalled there being an experimental(?) mmap-based memory allocator
for Linux in the Unix VM glue code. It would be trivial to try to mmap the
image into memory, wouldn't it? (at the moment, it mmaps /dev/zero with
copy-on-write set into memory, so that writes to memory don't affect the
underlying file). Load the (platform-independent) base image, mmap a nice
chunk from a platform-dependent work image, and never bother again with
saving.



-- 
Cees de Groot               http://www.cdegroot.com     <cg at cdegroot.com>
GnuPG 1024D/E0989E8B 0016 F679 F38D 5946 4ECD  1986 F303 937F E098 9E8B



More information about the Squeak-dev mailing list