This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Question on insn scheduling and SP
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Mon, 21 Oct 02 19:23:30 EDT
- Subject: Question on insn scheduling and SP
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?