From 71624c1b71e429e04dcabe54a5d48992ee95e388 Mon Sep 17 00:00:00 2001 From: Alexey Dejneka Date: Sun, 9 Jan 2005 08:02:56 +0000 Subject: [PATCH] 0.8.18.22: Document stack allocation of closures in the manual. --- doc/manual/efficiency.texinfo | 6 ++++++ version.lisp-expr | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/manual/efficiency.texinfo b/doc/manual/efficiency.texinfo index 20ab991..f857d60 100644 --- a/doc/manual/efficiency.texinfo +++ b/doc/manual/efficiency.texinfo @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index ae03f85..2a73f6a 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4