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]

Re: Half-baked i386 stack alignment thoughts


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~

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