From: Alexey Dejneka Date: Sun, 9 Jan 2005 08:02:56 +0000 (+0000) Subject: 0.8.18.22: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=71624c1b71e429e04dcabe54a5d48992ee95e388;hp=257680b92edd0f8a698325790c082303a1493c7b;p=sbcl.git 0.8.18.22: Document stack allocation of closures in the manual. --- 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"