This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Half-baked i386 stack alignment thoughts
- To: John Wehle <john at feith dot com>
- Subject: Re: Half-baked i386 stack alignment thoughts
- From: Bernd Schmidt <bernds at redhat dot co dot uk>
- Date: Fri, 3 Nov 2000 10:00:45 +0000 (GMT)
- cc: gcc at gcc dot gnu dot org
On Thu, 2 Nov 2000, John Wehle wrote:
>
> The default code generation suffers from too many stack adjustments.
My preferred solution to the whole problem is to make -mpreferred-stack-boundary=2
the default. IMO it's a sane default for the majority of programs.
Bernd