This is the mail archive of the gcc-help@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: ABI voilation


Andrew Haley <aph-gcc@littlepinkcloud.COM> writes:

> Geer Bosch asked "Can't we just explicitly align the stack frame to
> 128-bits during the function prologue, when we know that there are
> locals that require such alignment?"  This seems so obvious that I
> can't understand why it hasn't been done.

If you don't trust your startup code, use -mstackrealign or the
force_align_arg_pointer function attribute.

We don't do it by default because it is slower and most people don't
need it.

Ian


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