X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=a1cd3c555a24c4252cfd7b3067cc219483124e56;hb=bbbe40be1052fe7d46dacbfeb2e13041e5c9b293;hp=a35e2417f0803ca5c6ac4791d3f06ba21e39982b;hpb=d1873cc3f7a09f9891bb9c05f206af1774876c0c;p=sbcl.git diff --git a/NEWS b/NEWS index a35e241..a1cd3c5 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,22 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes in sbcl-1.0.26 relative to 1.0.25: + * incompatible change: GC-OFF and GC-ON are removed, they were + always unsafe. Use WITHOUT-GCING instead. * new feature: runtime option --disable-ldb * new feature: runtime option --lose-on-corruption to die at the slightest hint of possibly non-recoverable errors: running out of memory, stack, alien stack, binding stack, encountering a memory fault, etc. In the absence of --lose-on-corruption a warning is printed to stderr. + * optimization: slightly faster gc on multithreaded builds + * optimization: faster WITHOUT-GCING + * bug fix: when JOIN-THREAD signals an error, do it when not holding + important locks so that the debugger/handler doesn't produce + recursive errors or deadlock. + * bug fix: real-time signals are not used anymore, so no more + hanging when the system wide real-time signal queue gets full. + * bug fix: finalizers, gc hooks never run in a WITHOUT-INTERRUPTS + * bug fix: fix deadlocks related to starting threads changes in sbcl-1.0.25 relative to 1.0.24: * incompatible change: SB-INTROSPECT:FUNCTION-ARGLIST is deprecated, to be