summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-03-09 18:59:04 +0100
committerLudovic Courtès <ludo@gnu.org>2009-03-09 18:59:04 +0100
commitcb9d473112ac172a3d328bb029b5b550918d4262 (patch)
tree900e56110d3b2601520f08913fa933cce90fe257
parent6c59f901499937fe3779ef1f543646754f843679 (diff)
downloadguile-cb9d473112ac172a3d328bb029b5b550918d4262.tar.gz
Update `NEWS'.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e3f7ae4f..29a75a9da 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,10 @@ indicating length of the `scm_t_option' array.
** Primitive procedures (aka. "subrs") are now stored in double cells
This removes the subr table and simplifies the code.
+** Primitive procedures with more than 3 arguments (aka. "gsubrs") are
+no longer implemented using the "compiled closure" mechanism. This
+simplifies code and reduces both the storage and run-time overhead.
+
Changes in 1.8.7 (since 1.8.6)