0.9.0.3:
authorJuho Snellman <jsnell@iki.fi>
Thu, 28 Apr 2005 22:20:40 +0000 (22:20 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 28 Apr 2005 22:20:40 +0000 (22:20 +0000)
commitcfff13b268daf51fd05214b60e67a2b62f340d16
tree28b8d0d8062bdd3e82e7efa0a91ecbc6fdd6d642
parent5f98145cc7f77fd7adc848fd3f603856c38ddeee
0.9.0.3:
Fix a few leakages from the host environment that only mattered
        when the host compiler had a larger fixnum size than the target.
        Building a 32-bit SBCL with a 64-bit SBCL as host should now work.

        * COMPACT-INFO-LOOKUP FIXME fixed by LOGANDing the return-value
          of GLOBALDB-SXHASHOID with SB!XC:MOST-POSITIVE-FIXNUM
        * Some !constants (LAYOUT-CLOS-HASH-MAX, CALL-ARGUMENTS-LIMIT,
          etc) were derived from MOST-POSITIVE-FIXNUM. Use
          SB!XC:MOST-POSITIVE-FIXNUM instead.
NEWS
src/code/class.lisp
src/compiler/early-c.lisp
src/compiler/globaldb.lisp
version.lisp-expr