X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=78b18d7803219d22b958b7d07a1bd435f5a6c1c3;hb=3463b858635f78b4230c4e459892b611c5bfd9d4;hp=428c0ae002bbe8d42dd7d15b1db9d749b4832028;hpb=658b61abb1226fa07d376431277c158c677dcceb;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)