This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Field resolution -vs- JNI
Tom Tromey <tromey@redhat.com> writes:
> I agree. Right now we call _Jv_InitClass way too much. Eliminating
> those calls when possible would be nice. For trivial classes we could
> compile the class in a pre-initialized state.
It would help if we could have the linker help with interning Strings,
then we don't have to worry about String literals at class init time.
Anyone know if the ELF dynamic linker has a "symbol-not-found"
callback hook?
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/