5 Storage Management in Common Lisp

5.3 Garbage collection

Liquid Common Lisp has two garbage-collecting programs to reclaim storage space, the Ephemeral Garbage Collector and the Dynamic Garbage Collector. In general, you should keep both programs enabled during development. Ephemeral garbage collection is faster and less noticeable than dynamic garbage collection and can reduce the number of dynamic garbage collections. It is thus particularly useful under the following circumstances:

Ephemeral garbage collection might not be as useful under the following circumstances:

The following sections provide more detailed information about the two garbage collectors, including how to turn them off.

5.3.1 - The Dynamic Garbage Collector
5.3.2 - The Ephemeral Garbage Collector

The User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker