0.9.7.27:
authorJuho Snellman <jsnell@iki.fi>
Wed, 14 Dec 2005 02:02:11 +0000 (02:02 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 14 Dec 2005 02:02:11 +0000 (02:02 +0000)
commitb392b3f4f0dd206ffe7d17b66e0cbf2effdab231
treedc8fd890140285b76a970a478a260ca1b9879ec6
parent2e4a90f126ff17d6c043bf0566090b0a0fbfa6f8
0.9.7.27:
         Oops. Off-by-one in 0.9.5.68 meant that the shorter MOV instruction
         wasn't getting used quite as often as possible. Use a check for
         (signed-byte 32) instead of (signed-byte 31) to pick between the
         C7 and B8 opcodes. Shrinks the x86-64 core by 70k.
src/compiler/x86-64/insts.lisp
version.lisp-expr