home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!att!allegra!alice!ark
- From: ark@alice.att.com (Andrew Koenig)
- Newsgroups: comp.std.c++
- Subject: Re: Nested functions and trampolines
- Message-ID: <24399@alice.att.com>
- Date: 12 Dec 92 19:57:31 GMT
- Article-I.D.: alice.24399
- References: <9234423.15066@mulga.cs.mu.OZ.AU> <1992Dec10.121200.18889@ucc.su.OZ.AU> <9234601.10277@mulga.cs.mu.OZ.AU> <1992Dec11.231131.10956@microsoft.com> <24392@alice.att.com> <9234805.9274@mulga.cs.mu.OZ.AU>
- Reply-To: ark@alice.UUCP ()
- Organization: AT&T Bell Laboratories, Murray Hill NJ
- Lines: 10
-
- In article <9234805.9274@mulga.cs.mu.OZ.AU> fjh@munta.cs.mu.OZ.AU (Fergus James HENDERSON) writes:
-
- > But that block may be entered multiple times, recursively, in which case
- > you need more than one trampoline for a single nested function.
-
- But each function binds a different context, so it should be
- considered a different function anyway -- just like local variables.
- --
- --Andrew Koenig
- ark@europa.att.com
-