Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
It seems to me that the ras_lookup() calling convention would be slightly more
efficient here if we just returned the old PC when there was no RAS. This
would require a different entry point for single-step handling, but that
could also be more efficient, since it could return the end of the RAS and
not have to search for it with repeated calls (cf. mips/trap.c).
Home |
Main Index |
Thread Index |
Old Index