0.8.19.16:
authorJuho Snellman <jsnell@iki.fi>
Sun, 6 Feb 2005 05:58:40 +0000 (05:58 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 6 Feb 2005 05:58:40 +0000 (05:58 +0000)
commitcfa0355f88de28bf980b7e14ff9f29d02b108f8f
tree8a18c4e0cc858b65ea2368a9e656e45c24b62d5c
parent644a1ff36dd578321fd0592aa47748e8af741542
0.8.19.16:
Various x86-64 improvements.
        * Fix some SB-ALIEN:INT / SB-ALIEN:INTEGER confusion in tests.
          (Patch by Vincent Arkesteijn on sbcl-devel, "Re: x86-64 (aka
          AMD64, EMT-64) support" on 2005-02-05).
        * Align the stack to 16-byte boundaries for c-calls, as required
          by the ABI. (Patch by Cheuksan Edward Wang).
        * Omit unneccessary rex-prefix on indirect JMP. (Patch by Cheuksan
          Edward Wang).
        * Disassembler improvements. (Patch by Cheuksan Edward Wang).
NEWS
src/compiler/x86-64/c-call.lisp
src/compiler/x86-64/insts.lisp
tests/alien.impure.lisp
version.lisp-expr