[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lisp image handler



We do have some tools like that for CMU Common Lisp.  Although in the
public domain (as is all our code), it is highly implementation dependent.

Save-Stand-Alone-Lisp uninterns all symbols, does a GC, then reinterns all
the symbols that weren't GC'd.   The amount of compaction depends on your
care in not referencing lots of stuff.

  Rob