This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: _Jv_LookupInterfaceMethod
- To: java-discuss at sourceware dot cygnus dot com
- Subject: Re: _Jv_LookupInterfaceMethod
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Wed, 1 Dec 1999 04:52:39 -0800 (PST)
- References: <3844F8A5.D056B6E6@albatross.co.nz>
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