This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]