0.8.9.46:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 15 Apr 2004 13:30:07 +0000 (13:30 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 15 Apr 2004 13:30:07 +0000 (13:30 +0000)
commit6a9bbe6f36179cee92001a1f9ed5ff38be512644
treed2dd0ff5b53c557cd285082e36e236b33fe6e1e6
parentec066d84dd46611428943d152749b3891a3f4b7c
0.8.9.46:
deKLUDGE the solution for PACK-BEFORE-GC-HOOK
... well, not completely.  PACK remains non-reentrant and
non-threadsafe, but at least now global data structures
don't grow without bounds;
... mostly whitespace changes, but clear the PACK structures
after every call, not once per GC cycle.  Marginally
less efficient, I fear :-(
... while we're at it, fix analogously VOP-TN-REFS, and while
we're at it, document that a special is a bit of an
odd way to implement a (non-reentrant non-threadsafe)
closure.
... only one BEFORE-GC-HOOK left.
make-target-2.sh
src/compiler/main.lisp
src/compiler/pack.lisp
src/compiler/vmdef.lisp
version.lisp-expr