faster SLOT-VALUE &co with variable slot names
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index fc41d57..01c35ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 ;;;; -*- coding: utf-8; -*-
 changes in sbcl-1.0.10 relative to sbcl-1.0.9:
+  * optimization: SLOT-VALUE and (SETF SLOT-VALUE) are now >20% faster
+    for variable slot names, when the class of the instance is
+    an instance of STANDARD-CLASS or FUNCALLABLE-STANDARD-CLASS, and not
+    any of their subclasses.
   * optimization: member type construction is now O(N) instead
     of O(N^2).
   * optimization: UNION and NUNION are now O(N+M) for large