_Jv_LookupInterfaceMethod

Alexandre Petit-Bianco apbianco@cygnus.com
Wed Dec 1 04:52:00 GMT 1999


Bryce McKinlay writes:

> OK, so how difficult is it going to be to change, in the compiler, the
> definition of _Jv_LookupInterfaceMethod from:
> 
>  (jclass klass, _Jv_Utf8Const *name, _Jv_Utf8Const *signature)
> 
> to:
> 
> (jclass klass, jclass iface, int method_idx)

It seems that all the information we need is there and/or in enclosing
context, unless the computation of `method_idx' requires a lot -- I
don't remember, I have to check.

I'm too busy right now to look at it, but maybe next week.

./A



More information about the Java mailing list