This is the mail archive of the gcc-patches@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: PIC_OFFSET_TABLE_SAVE_RTX in large stack frame


On Fri, Jan 26, 2001 at 04:39:29PM -0500, John David Anglin wrote:
> Back to the drawing board.  I will try emitting the save unilaterally
> with a REG_MAYBE_DEAD note as suggested by Richard Kenner.

Don't give up so easy.  It _is_ possible to insert a move
at the beginning of the function.  See alpha_return_address:

      push_topmost_sequence ();
      emit_insn_after (init, get_insns ());
      pop_topmost_sequence ();


r~

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