1.0.28.21: further array typechecking optimization
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index b7a366b..3aa0e0e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
+  * optimization: compiler now generates faster array typechecking code.
+  * optimization: ARRAY-DIMENSION is now faster for multidimensional and
+    non-simple arrays.
+  * optimization: multidimensional array accesses in the absence of type
+    information regarding array rank are approximately 10% faster due to
+    open coding of ARRAY-RANK.
+  * bug fix: potential miscompilation of array stack allocation on x86 and
+    x86-64. (reported by Time Tossavainen)
+  * bug fix: some forms of AND, OR, and COND resulted in expansions that could
+    result in their subforms being treated as top level forms. (reported by
+    James Knight)
   * bug fix: disable address space randomization Linux/x86-64 as well,
     not just x86-64. (reported by Ken Olum)
   * bug fix: #201; type inference for CONS and ARRAY types could derive