This is the mail archive of the gcc-bugs@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: Branch breakage on IRIX 6.5


>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:

    >> So, I still need to get the other stuff working right in order
    >> to restore the performance we had before?

    Richard> Yes.

OK.  I think I get it.  

EH_RETURN_HANDLER_RTX is just $ra on the MIPS, right?

And then I need to gussy up the epilogue to check for
current_function_calls_eh_return, and then make sure the
EH_STACKADJ_RTX is added to $sp on the way out.

Do I do that instead of the normal add to $sp that pops the current
stack frame, or in addition to it?

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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