0.9.1.53: dynamic-extent &rest on ppc
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 972981d..d2ba1dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@ changes in sbcl-0.9.2 relative to sbcl-0.9.1:
   * optimization: structure instances with raw slots now use less
     memory, and probably show better memory locality.  (thanks to
     David Lichteblau)
+  * optimization: DYNAMIC-EXTENT declarations for &REST lists are
+    treated as requests for stack allocation on PPC platforms.
   * optimization: DYNAMIC-EXTENT declarations for lists and closures
     are treated as requests for stack allocation on the x86-64 and
     Alpha-32 platforms.