|
Re: To see me always changes
Posted:
Feb 18, 2013 3:23 AM
|
|
Sun, 17 Feb 2013 10:16:12 -0500: Shmuel (Seymour J.) Metz <spamtrap@library.lspace.org.invalid> schreef/wrote:
>In <DmJ5SKFdRQph-pn2-Iu4uIsOT7cBR@209-142-179-216.dyn.centurytel.net>, >on 02/14/2013 > at 01:46 PM, wiljan@nospam.pobox.com (Will Janoschka) said: > >>Then your thread safe code cannot call itself from within itself > >What gives you that idea? A procedure that is recursive and reentrant >will generaly have local data on the stack, but that has nothing to do >with making copies of other data.
The call arguments are pushed onto the stack before the actual call, and that is a copy action.
|
|