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: _Jv_LookupInterfaceMethod



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


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