duplicate class registration fix?
Tom Tromey
tromey@redhat.com
Wed Nov 6 08:54:00 GMT 2002
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
Nic> Perhaps someone who knows about GCJ might spot why the above would be
Nic> a bad thing to do?
As Jeff points out, this was talked about in the original post.
Long term, perhaps indirect-dispatch is going to help here. If
somebody finishes it :-)
Actually, I like indirect-dispatch more and more. It seems like it
could also help us with class initialization. We could have calls to
static methods first be directed to a stub that initializes the class
and changes the static method "vtable" to point to the real methods.
(This may be more expensive than what we have now. But it is worth a
try.)
Tom
More information about the Java
mailing list