This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Implementation Q
- To: java-discuss at sourceware dot cygnus dot com
- Subject: Implementation Q
- From: Colin McCormack <colin at field dot medicine dot adelaide dot edu dot au>
- Date: Sun, 05 Mar 2000 10:42:31 +1100
- Reply-To: colin at field dot medicine dot adelaide dot edu dot au
Hi,
What's the reason rtti has to be off in CNI?
Is Java doing some mapping via the vtbl, and the extra vtbl pointer for rtti
messes this up?
If so, how hard would it be to trick up a version which used rtti across the
board?
Colin.