This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CNI changes (Was: Binary Compatibility)


Andrew> That's right.  So why are we making so much fuss about this
Andrew> particular instance?  It's only going to be an issue on a
Andrew> machine that has multi-word function pointers.

Well, if we want a stable ABI, then we need to either make sure that
the ABI is suitable for all platforms, or we need to commit to having
a different ABI for JNI stubs on these other platforms.  I'd prefer
the former.

Ordinary code generation isn't the same sort of thing, since a change
there doesn't affect binary compatibility.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]