[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A interesting question about call C functions
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 1 Mar 2011 17:25:40 -0500
On Tue, Mar 1, 2011 at 5:22 PM, Greg Falcon <veloso@verylowsodium.com> wrote:
> "If you try to call the nested function through its address after the
> containing function has exited, all hell will break loose."
IOW: these aren't closures, they're just statically accessing the
parent function's stack.
--
Javier