X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=5e77bc57bc7ee1fea38c9ba993b6568c46bc8642;hb=f09f67b4233004079affc70de2ef2d49f27ca91a;hp=1c3a7af1b38f5c20e875a51fcd75055444856fff;hpb=30c596bd5ca6305812598f42ae408b60a4c5f5c5;p=sbcl.git diff --git a/NEWS b/NEWS index 1c3a7af..5e77bc5 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,7 @@ callees. * optimization: several character functions are now compiled somewhat more efficiently. (reported by Lynn Quam) + * optimization: the compiler now derives simple types for LOAD-VALUE-FORMs. * improvement: less unsafe constant folding in floating point arithmetic, especially for mixed complex/real -float operations. * improvement: complex float division is slightly more stable.