Branch breakage on IRIX 6.5

Mark Mitchell mark@codesourcery.com
Mon May 14 09:50:00 GMT 2001


>>>>> "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



More information about the Gcc-bugs mailing list