Subject: Re: CVS commit: src/sys
To: None <dsl@netbsd.org, source-changes@NetBSD.org>
From: Charles M. Hannum <abuse@spamalicious.com>
List: source-changes
Date: 11/04/2003 17:27:57
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).