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]

Re: use of alloca in function prologue


On Sat, Jul 27, 2002 at 01:59:16PM +0100, Mike Lerwill wrote:
> When allocating a large amount function local variables the prologue uses
> alloca instead of simple stack allocation.

This only happens when configured for a windows target, as
that's what the ABI sez.

> Is there any way to work around this (I don't have alloca implemented)

Configure for a different target.


r~


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