X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=78b18d7803219d22b958b7d07a1bd435f5a6c1c3;hb=f3f677703e37f5a335b3be7fa64f7748ad969517;hp=428c0ae002bbe8d42dd7d15b1db9d749b4832028;hpb=f2126a0a4e454f24e67d79a04920aa1ee4303665;p=sbcl.git diff --git a/NEWS b/NEWS index 428c0ae..78b18d7 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,9 @@ changes in sbcl-0.9.2 relative to sbcl-0.9.1: generic sense) arithmetic routines. (thanks to Thiemo Seufer) * optimization: direct conversion of (unsigned-byte 32) to floats on the PowerPC platform. + * optimization: structure instances with raw slots now use less + memory, and probably show better memory locality. (thanks to + David Lichteblau) * contrib improvement: it's harder to cause SOCKET-CLOSE to close() the wrong file descriptor; implementation of SOCKET-OPEN-P. (thanks to Tony Martinez)