Skip to content

Commit

Permalink
0.8.18.22:
Browse files Browse the repository at this point in the history
        Document stack allocation of closures in the manual.
  • Loading branch information
Alexey Dejneka committed Jan 9, 2005
1 parent 257680b commit 71624c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/manual/efficiency.texinfo
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit 71624c1

Please sign in to comment.