0.8.7.10:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 8 Jan 2004 16:26:33 +0000 (16:26 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 8 Jan 2004 16:26:33 +0000 (16:26 +0000)
commitf706a441d7c09cba32701289b63946527fef3c78
treea46566f3ea98eff6e00b97f9413b89e1622c272b
parentf066d290280613acfdeedebf8c93b04692a4a7f9
0.8.7.10:
Various things that are definitely fixes for something
... s/DO-PENDING-INTERRUPT/RECEIVE-PENDING-INTERRUPT/
in ppc/system.lisp (as suggested by Lennart Staflin
sbcl-help 2004-01-01).  This may not fix everything,
but it's clearly part of *a* problem if not *the*
problem.
... define and use a fixnump() static inline function in
gencgc.c and purify.c, correcting along the way the
problem in ptrans_code (CSR sbcl-devel 2004-01-08)
Let's see what difference that makes, shall we?
src/compiler/ppc/system.lisp
src/runtime/gc.h
src/runtime/gencgc.c
src/runtime/purify.c
tests/interface.impure.lisp
tests/interface.pure.lisp
version.lisp-expr