This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
use of alloca in function prologue
- From: "Mike Lerwill" <mlist at ml-solutions dot co dot uk>
- To: "Gcc at Gcc dot Gnu. Org" <gcc at gcc dot gnu dot org>
- Date: Sat, 27 Jul 2002 13:59:16 +0100
- Subject: use of alloca in function prologue
When allocating a large amount function local variables the prologue uses
alloca instead of simple stack allocation.
I (from the documentation) expected -ffreestanding to turn this off but it
does not.
Is there any way to work around this (I don't have alloca implemented)
regards
Mike Lerwill