0.8.7.56:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 19 Feb 2004 00:09:06 +0000 (00:09 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 19 Feb 2004 00:09:06 +0000 (00:09 +0000)
commit1f7f3d741e06d63b6a5e140a0e6045bba29e17fb
treeaaaa45821ea209959540eceb5188635725e6654d
parente21e48c03214e0d0fffba7306e3cbf20e5422279
0.8.7.56:
Fix for bug revealed by ITERATE on PPC
... the powerpc backend has no branch delay slot, so putting the
last defaulting operation after the branch doesn't work
so well
... neither does the alpha, so fix that too, even though with a
higher REGISTER-ARG-COUNT value it's not exposed by
ITERATE
... cook up a test case that's likely to catch the problem
elsewhere, if present
NEWS
src/compiler/alpha/call.lisp
src/compiler/ppc/call.lisp
tests/compiler.impure-cload.lisp
version.lisp-expr