0.8.9.10:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 30 Mar 2004 16:58:25 +0000 (16:58 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 30 Mar 2004 16:58:25 +0000 (16:58 +0000)
commit304c44d731bea3b9ce3c47d864d90eac92ba604e
tree332f4176968d1f5b93e1238dbf4188db3e6862a5
parent4fa6bd72374a1f1a715cfcac618f54ab4cb6b689
0.8.9.10:
DYNAMIC-EXTENT &REST lists.
... much as per CSR sbcl-devel 2004-03-29;
... alter listify-rest-args VOPs on non-x86 to meet the new use
(don't do anything yet with the DX parameter)
... note concerns over stack manipulation in x86 DX allocation

This version compiles and passes tests on x86 and alpha (modulo
one unrelated bugfix, coming soon)
17 files changed:
NEWS
TLA
src/compiler/alpha/call.lisp
src/compiler/fndb.lisp
src/compiler/hppa/call.lisp
src/compiler/ir1tran-lambda.lisp
src/compiler/ir1tran.lisp
src/compiler/ir2tran.lisp
src/compiler/mips/call.lisp
src/compiler/node.lisp
src/compiler/physenvanal.lisp
src/compiler/policies.lisp
src/compiler/ppc/call.lisp
src/compiler/sparc/call.lisp
src/compiler/x86/call.lisp
src/compiler/x86/macros.lisp
version.lisp-expr