P
Peter Oliphant
Hey, is there a limit to the stack size? I realize of course there must be,
but how is this determined/set? Or does it self adjust up to, say, available
memory (and possibly virtual memory from hard drives)? My current project
can be set to be from very-stack-intensive to not-so-stack-intensive. The
more stack-intensive it is the faster the code will run, but it can
conceivable want to put huge amounts of info on the stack (there are
potentiqlly recursive processes involved).
Can I determine such things as max stack size (read/write), total stack
already used (read), etc.?
[==P==]
but how is this determined/set? Or does it self adjust up to, say, available
memory (and possibly virtual memory from hard drives)? My current project
can be set to be from very-stack-intensive to not-so-stack-intensive. The
more stack-intensive it is the faster the code will run, but it can
conceivable want to put huge amounts of info on the stack (there are
potentiqlly recursive processes involved).
Can I determine such things as max stack size (read/write), total stack
already used (read), etc.?
[==P==]