Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2020-01-26 | 549 Bytes | |
sbcl-2.0.1-release-notes.txt | 2020-01-26 | 549 Bytes | |
sbcl-2.0.1-documentation-html.tar.bz2 | 2020-01-26 | 231.6 kB | |
sbcl-2.0.1-source.tar.bz2 | 2020-01-26 | 6.5 MB | |
sbcl-2.0.1-x86-64-linux-binary.tar.bz2 | 2020-01-26 | 10.2 MB | |
sbcl-2.0.1-crhodes.asc | 2020-01-26 | 955 Bytes | |
Totals: 6 Items | 16.9 MB | 1 |
changes in sbcl-2.0.1 relative to sbcl-2.0.0: * minor incompatible change: some symbols have been removed from *FEATURES* based on a determination of which should be impermissible to examine via #+ and #- reader macros in user-written code. * optimization: DEFSTRUCT copiers including COPY-STRUCTURE are able to stack-allocate the result when declared dynamic-extent. * bug fix: loop analysis code more robust. In particular, loop nesting depth is computed more accurately, improving the register allocation around loops.