0.8.18.22:
authorAlexey Dejneka <adejneka@comail.ru>
Sun, 9 Jan 2005 08:02:56 +0000 (08:02 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Sun, 9 Jan 2005 08:02:56 +0000 (08:02 +0000)
        Document stack allocation of closures in the manual.

doc/manual/efficiency.texinfo
version.lisp-expr

index 20ab991..f857d60 100644 (file)
@@ -192,6 +192,12 @@ or
   ...)
 @end lisp
 
+@item
+Stack allocation of closures, defined with @code{flet} or
+@code{labels} with a bound declaration @code{dynamic-extent}.
+Closed-over variables, which are assigned (either inside or outside
+the closure), tags and blocks are still allocated on the heap.
+
 @end itemize
 
 Future plans include
index ae03f85..2a73f6a 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.18.21"
+"0.8.18.22"