X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=f82dc620a58e308f95d5af5b9b988b56a1c9cac2;hb=d04b59670ab69405c4115ea3caac99fd62a4b7ab;hp=a5f34583531aa5e9e0d546be25cc4d3bec35e5d9;hpb=96a139f451963981fc2419410f468bae1a5d25d2;p=sbcl.git diff --git a/NEWS b/NEWS index a5f3458..f82dc62 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ changes in sbcl-0.8.22 relative to sbcl-0.8.21: * optimization: REPLACE on declared (UNSIGNED-BYTE 8) vectors, as well as other specialized array types, is much faster. SUBSEQ and COPY-SEQ on such arrays have also been sped up. + * optimization: EQL is now more efficient when at least other argument + is known to be of type (OR FIXNUM (NOT NUMBER)). * fixed bug: the runtime is now less vulnerable to changes in the size of the SBCL object on OS X, and virtual memory is reserved for all spaces that need to be at a fixed address.