X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=afa7fe63b9fa9cbbcd7a1eecf1be18357903170c;hb=b6aed043108ac99142b124306a346d18a99d21ef;hp=a7921054c2586aa3e4d7d2fdff035f0cb74306a0;hpb=f3a7c6b54880895d1598b1844d7e6eba98af9e53;p=sbcl.git diff --git a/NEWS b/NEWS index a792105..afa7fe6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-1.0.8 relative to sbcl-1.0.7: + * enhancement: experimental function SB-EXT:RESTRICT-COMPILER-POLICY + allows assining a global minimum value to optimization qualities + (overriding proclamations and declarations). + * enhancement: closed over variables can be stack-allocated on x86 + and x86-64. + * performance bug fix: GETHASH and (SETF GETHASH) are once again + non-consing. + * bug fix: backtrace construction is now more careful when making + lisp-objects from pointers on the stack, to avoid creating bogus + objects that can be seen by the GC. + changes in sbcl-1.0.7 relative to sbcl-1.0.6: * MOP improvement: support for user-defined subclasses of SB-MOP:SPECIALIZER has been enhanced. The experimental interface