This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


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

Re: Patches for faster interface dispatch, type checking


Godmar Back <gback@cs.utah.edu> writes:

> From a quick look at it though, I don't think it's 100% correct.
> I don't see any checks for NoSuchMethodError and I also don't see
> how you handle the java.lang.Object case.  

Well, it does look like we need to enhance the verifier (both
in the compiler and the interpreter) to handle interfaces as discussed
earlier.  While this is only needed to catch bogus bytecode, and isn't
top-critical, it does need to be done.

Kresten, can you summarize how you did this in your verifier?
Perhaps your slides from jaoo'99 may be enough.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

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