0.9.8.24:
authorJuho Snellman <jsnell@iki.fi>
Sun, 8 Jan 2006 06:31:23 +0000 (06:31 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 8 Jan 2006 06:31:23 +0000 (06:31 +0000)
commit9a97f246037c49025a2aaf56f544bbb03f6170c3
tree948013a9ccecb1173579014c1203262083b7d624
parente36329167e5f536e3d33a2407c9bc74008581a0d
0.9.8.24:
        It's x86-64 sign-extension time, once again. The
        SB!VM:SIGN-EXTEND VOP wasn't getting selected, causing a full
        call for every use. Luckily it's only used only for alien
        calls whose return value is declared as a signed byte of 32 or
        fewer bits.
src/compiler/x86-64/c-call.lisp
version.lisp-expr