sbcl-2.0.1 released

Christophe Rhodes <[email protected]> Sun, 26 Jan 2020 22:02:13 +0000
Newsgroups gmane.lisp.steel-bank.announce
Message-ID <87tv4h6fmi.fsf@shin>
Hi,

I have tagged sbcl-2.0.1, and put source and a binary on sourceforge and
<http://www.sbcl.org/platform-table.html>.  Of particular note this
month for brave updaters is the incompatible change in *FEATURES*, where
many features that we consider internal have been removed.  If this
causes particular difficulty with specific reader conditionalizations,
please write to the -help or -devel list for assistance.

Best wishes,

Christophe

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.