Re: stack overflows
Re: stack overflows
- Subject: Re: stack overflows
- From: Emmanuel <email@hidden>
- Date: Fri, 9 Nov 2001 12:02:10 +0100
At 1:25 +0100 9/11/01, has wrote:
>
Would I be right in thinking that if you're already deep down in
>
recursive routines when you run this routine, it's going to overflow much
>
sooner?
Not IMO.
>
Is stack size (and thus the amount of stuff it can take
>
before overflowing) dependent on the amount of free memory your
>
editor/applet has, or something else entirely?
Something else entirely IMO.
I'm afraid you'd rather work on chunks 4 kb long.
Emmanuel