[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Incremental LISP saves
- To: info-macl@cambridge.apple.com
- Subject: RE: Incremental LISP saves
- From: lindahl@evax.arl.utexas.edu (Charlie Lindahl)
- Date: Sun, 11 Mar 90 23:37:51 CST
Let me add another reason for incremental lisp images: storage of objects
(either flavors or the CL objects). We are attempting to be able to allow
a saving of state between executions of our program, where the state
is recorded in objects. We have hacked up some simple routines which
write LISP source code to TEXT files, but that seems to be a bit
inefficient, and, given the number of inter-object links, can take
awhile (we have seen 5Mbyte files of source code for a single state
save).
Charlie S. Lindahl
Automation and Robotics Research Institute
University of Texas at Arlington
ARPA: lindahl@evax.utarl.edu
Note: Standard disclaimer: nobody believes me anyway, but these are my
own opinions.