This is the mail archive of the java-discuss@sources.redhat.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: V3 ABI



Tom Tromey writes:

> >> Another would be to add dummy virtual functions to Object whose
> >> slots would then be abused to hold the extra info.  
> 
> Alex> Would we only change java/lang/Object.h?

> We would also have to change gcj to know about the dummy virtual
> functions in Object.

I was under the impression that the definition for Object.java for gcj
wouldn't change. gcj generated vtable for Object would be created as
usual, along with the dummy entries. So only changing
java/lang/Object.h would just force the C++ compiler to do what we
want. Am I missing something?

./A

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