This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JNI Performance
>>>>> "Bryce" == Bryce McKinlay <bryce@mckinlay.net.nz> writes:
Bryce> Well, I don't see any problem with that as far as binary compatibility
Bryce> is concerned. Things like _Jv_Throw have well-defined semantics, and
Bryce> as the maintainers of the runtime, we are in a good position to make
Bryce> sure that they don't change in incompatible ways.
Yeah, I suppose we could just give new names to functions when we
change their interfaces. Maybe I'll close that new PR
Tom