1.0.28.19: faster ARRAY-DIMENSION for non-vectors
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 6abc921..b2e3e45 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
   * optimization: compiler now generates faster typechecking code for
     array dimensions.
+  * 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.