gencgc: scale generation.bytes_consed_between_gc to number of gens
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index b9acb31..897c552 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,8 @@ changes relative to sbcl-1.0.56:
   * bug fix: miscompilation of LDB on the PowerPC platform.  (thanks to Bruce
     O'Neel)
   * bug fix: better input error reporting for COMPILE-FILE. (lp#493380)
+  * bug fix: default size of non-nursery generations has been shrunk on GENCGC,
+    allowing faster release of memory back to the OS. (lp#991293)
   * documentation:
     ** improved docstrings: REPLACE (lp#965592)