• Scieneer Common Lisp 1.3.9 online documentation

    ext:gc-promote generation[Function]

    Promote the garbage collector generation of all lisp objects to be at least the given generation without collecting garbage. This can be a much faster way to move objects to an older generation than perform a garbage collection and may be appropriate when it is known that most objects are reachable and would remain after garbage collection,

  •