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]
Other format: [Raw text]

Re: Question on insn scheduling and SP


On Monday, October 21, 2002, at 04:23  PM, Richard Kenner wrote:

I can find no code to prevent an adjustment of the stack pointer (such as
when leaving a block containing variables allocated on the stack) wfrom
being moved in front of the references to that memory. Am I missing something?

If not, how can this be fixed?
I fixed it here:

http://gcc.gnu.org/ml/gcc-patches/2002-08/msg00838.html
See also followups, I didn't get it right the first time:(


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