Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2020-02-29 | 1.0 kB | |
sbcl-2.0.2-documentation-html.tar.bz2 | 2020-02-29 | 232.2 kB | |
sbcl-2.0.2-release-notes.txt | 2020-02-29 | 1.0 kB | |
sbcl-2.0.2-source.tar.bz2 | 2020-02-29 | 6.5 MB | |
sbcl-2.0.2-x86-64-linux-binary.tar.bz2 | 2020-02-29 | 10.2 MB | |
sbcl-2.0.2-crhodes.asc | 2020-02-29 | 955 Bytes | |
Totals: 6 Items | 16.9 MB | 0 |
changes in sbcl-2.0.2 relative to sbcl-2.0.1: * new feature: CMUCL-style block compilation support has been added, allowing whole program optimization. It has been documented in a new section of the manual entitled "Advanced Compiler Use and Efficiency Hints". In particular, users of block compilation will find a large speedup for numerical code, as functions which call or return floating point values will keep everything unboxed. * bug fix: in CHANGE-CLASS, handle non-standard slot-value-using-class for :INSTANCE and :CLASS slots better. (reported by Shinmera on #sbcl) * bug fix: REMHASH in an EQUAL or EQUALP hash-table works correctly on a key for which EQUAL (respectively EQUALP) is reduced to EQ. (lp#1865094) * bug fix: do not emit a warning for DEFCLASS slots with mismatched :TYPE and :INITFORM when the class has a non-standard metaclass. * bug fix: DISASSEMBLE on SPARC is less likely to spuriously annotate code sequences as error traps.