mark.hoemmen@gmail.com <mark.hoemmen@gmail.com> wrote:
+---------------
| See the table I've been working on at:
| http://www.cs.berkeley.edu/~mhoemmen/lisp-matrix/gc.html
| that lists GC features (pinnable arrays, pausable GC, finalization,
| weak pointers) of various CL implementations. Corrections would
| be appreciated :)
+---------------
The column for "WITH-GC-OFF?" says that CMUCL has only
EXT:GC-{OFF,ON}, and only in CMUCL-19c. Actually, CMUCL
also has the SYSTEM:WITHOUT-GCING macro [args: (&body body)],
and has had all three of these since at least CMUCL-19d
[and probably earlier than that].
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607