0.9.10.11:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sat, 4 Mar 2006 19:58:26 +0000 (19:58 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sat, 4 Mar 2006 19:58:26 +0000 (19:58 +0000)
commitf78e2d271f540d68d35b4f41696ce746ff129ee3
tree037c495b7f9cc948fba94a7ac05eb1f360e32f66
parent02a50d510572990c2b836e37ec1c0b23dac41b1a
0.9.10.11:
Merge patch (Alastair Bridgewater 2006-02-06 / CSR 2006-03-03)
implementing a better calling convention on the x86 (and
probably a better one on the x86-64).
... increment fasl version, because mixing calling conventions
is a spectacular no-no.
... take this opportunity to put :gencgc on
*features-potentially-affecting...*, since mixing
gencgc and cheney allocation strategies on the ppc
is also a spectacular no-no.
13 files changed:
NEWS
src/assembly/x86-64/arith.lisp
src/assembly/x86-64/assem-rtns.lisp
src/assembly/x86-64/support.lisp
src/assembly/x86/arith.lisp
src/assembly/x86/assem-rtns.lisp
src/assembly/x86/support.lisp
src/code/early-fasl.lisp
src/compiler/x86-64/call.lisp
src/compiler/x86/call.lisp
src/runtime/x86-64-assem.S
src/runtime/x86-assem.S
version.lisp-expr