sbcl-1.4.14 released
Christophe Rhodes <[email protected]> Thu, 29 Nov 2018 15:27:46 +0000
| Newsgroups | gmane.lisp.steel-bank.announce |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
SBCL 1.4.14 has been uploaded to Sourceforge in the usual way. A
laconic summary of the high-level changes is below; also new this month
are a number of low-level optimizations on various platforms, small
improvements to the garbage collectors, space improvements, and fixes to
internal compiler errors.
Best wishes,
Christophe
changes in sbcl-1.4.14 relative to sbcl-1.4.13:
* enhancement: attempting to build on openbsd 6.0 or newer without
the wxallowed mount option now results in a more useful error message.
* enhancement: by popular demand, SB-EXT now exports two functions
HEAP-ALLOCATED-P and STACK-ALLOCATED-P to assist in writing debug
assertions that objects in hash-tables are not stack-allocated, etc.
* bug fix: restored sb-thread support on OpenBSD.