[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
EGC & MMU
- To: info-mcl@cambridge.apple.com
- Subject: EGC & MMU
- From: Sheldon S. Ball <ssb@fiona.umsmed.edu>
- Date: Tue, 28 Dec 93 18:35:27 -0600
Ephemeral garbage collection (ecg) & Memory Management Unit support (MMU)
are explained in the Macintosh Common Lisp Reference pg 631-36 in the
Section Implementation Notes.
It seems a good idea to use ecg & MMU.
Presumably, use configure-egc
Syntax: configure-egc generation-0-size generation-1-size generation-2-size
to turn on & configure egc.
generation-0-size generation-1-size generation-2-size should be non negative
integers.
What are reasonable values?
Thanks, Sheldon