patch to bring java vtables closer to g++ abi conformance
Tom Tromey
tromey@redhat.com
Sat Jan 26 18:14:00 GMT 2002
>>>>> "Daniel" == Daniel Jacobowitz <drow@mvista.com> writes:
Daniel> I still don't understand why runtime vtable's are really
Daniel> necessary, but I don't know anything about the GCJ runtime at
Daniel> all.
All array classes are created at runtime. This is really the simplest
model for Java.
Also, we can load new classes at runtime from Java .class (bytecode)
files. In this situation the entire class, including the vtable, is
constructed at runtime.
Tom
More information about the Java
mailing list