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: i386 stack missalignment on main


> > When you align the frame pointer, you can no longer access the arguments
> > on the stack via the frame pointer.
> 
> Precisely.  That's why I suggest we should no longer eliminate the
> argument pointer in favor of the frame pointer, and that the frame
> pointer could no longer be eliminated.

But on pretty much any modern processor, the argument pointer is only a figment of the compilers imagination.  It has to be eliminated.


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