This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
stack frames
- To: help-gcc at gnu dot org
- Subject: stack frames
- From: Roland Silver <rollo at kitcarson dot net>
- Date: Fri, 29 Dec 2000 08:42:45 -0700
I have some questions about stack frames -- or rather, the stack on
which stack frames are allocated -- call it the "F-stack".
1. How many bytes are allocated to the F-stack when an app is launched?
2. How can I specify that allocation?
3. What happens if that stack is overpushed?
4. Is there protection against overpushing the F-stack?
I'd greatly appreciate anyone answering some or all of these
questions, with a Cc to me at <rollo@kitcarson.net>.
--
--Roland Silver <rollo@kitcarson.net>