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


>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:

Hans> If I understand this correctly, I think there's another issue
Hans> with the GC, though this one's very minor.  Presumably
Hans> interpreter generated vtables will be allocated as collectable
Hans> objects, and referenced only by an interior pointer at a known
Hans> offset from the start of the object?

Yeah.  However, we could keep a pointer to the real vtable start in
the Class object if that would make the GC more efficient.  This would
require a small change to gcj and a small change to the runtime.

Tom

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