1.0.12.16: sequence optimizations: FILL
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 60791b4..ea84bba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,9 @@ changes in sbcl-1.0.13 relative to sbcl-1.0.12:
     unparsing of directory pathnames as files. Analogously,
     SB-EXT:PARSE-NATIVE-NAMESTRING takes an AS-DIRECTORY, forcing a
     filename to parse into a directory pathname.
-  * optimization: SUBSEQ and COPY-SEQ are 30-80% faster for strings
-    and vectors whose element-type or simplicity is not fully known at
-    compile-time.
+  * optimizations: COPY-SEQ, FILL, and SUBSEQ are 30-80% faster for
+    strings and vectors whose element-type or simplicity is not fully
+    known at compile-time.
   * bug fix: COPY-SEQ on lists did not signal a type-error on improper
     lists in safe code.
   * bug fix: some sequence functions elided bounds checking when