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: Richard Henderson <rth at cygnus dot com>
- Date: Thu, 2 Nov 2000 21:54:50 -0800
- Cc: tm2 at best dot com, gcc at gcc dot gnu dot org
- References: <200011030045.TAA09378@jwlab.FEITH.COM>
On Thu, Nov 02, 2000 at 07:45:14PM -0500, John Wehle wrote:
> BTW: I was looking to have:
>
> addl $4, %esp
> pushl %eax
>
> optimized to:
>
> mov %eax, (%esp)
This is already done in regmove.c.
r~