Idea: "Frozen" inner function

Steve Horne stephenwantshornenospam100 at aol.com
Sun Nov 26 23:43:32 PST 2006


On Mon, 27 Nov 2006 07:40:00 +0000, Steve Horne
<stephenwantshornenospam100 at aol.com> wrote:

>1  This is the variables for the outer function, not the inner
>   function. You put those variables in the stack frame whether
>   the inner function object is actually created or not, and
>   several inner function objects could be created that all refer
>   to the same stack frame.

Ooops - that's...

   to the same *heap* frame.

-- 
Remove 'wants' and 'nospam' from e-mail.



More information about the Digitalmars-d mailing list