1.0.29.53: some LOAD-TIME-VALUE smartness
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 1c3a7af..5e77bc5 100644 (file)
--- 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.