Subject: Re: Quick way to figure out if floats are boxed in arrays?
From: rpw3@rpw3.org (Rob Warnock)
Date: Mon, 16 Oct 2006 04:34:48 -0500
Newsgroups: comp.lang.lisp
Message-ID: <yMOdnbMD2_elz67YnZ2dnUVZ_rWdnZ2d@speakeasy.net>
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