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: PREFERRED_STACK_BOUNDARY clarification desired


> I don't think any existing optimization pass tries to optimize stack pointer
> updates.  I think part of the reason is we don't have REG_INC notes on insns
> which modify the stack pointer via autoinc addressing.

We got -fdefer-pop, but that's more of a code generation strategy.
Now, if we hacked regmove to run after reload and then operate on hard
registers....


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