This is the mail archive of the java-patches@gcc.gnu.org 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: [java] ia64 c++ abi vtable changes


Richard Henderson wrote:

>It appears that I don't need to do anything for interfaces.
>That is, a call through an interface won't directly compute
>an offset into the vtable.  Is that true?
>
Right. Interface calls use completely different tables, which are 
generated at runtime (see _Jv_GenerateITable etc in 
libjava/java/lang/natClass.cc). The compiler calls 
_Jv_LookupInterfaceMethodIdx, which returns a void*. Do we need to 
handle storing function descriptors in the interface tables for IA64?

regards

Bryce.



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