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: JNI in GCJ 3.2 for Win32


On Wed, 2002-11-06 at 13:13, Tom Tromey wrote:
> build_jni_stub isn't the real problem.  This will always generate an
> ordinary call to _Jv_JNIMethod::call.  This is the function that has a
> problem.  It seems to me that we'll need to teach libffi about
> stdcall.

This shouldn't be so bad for someone to try.  libffi was designed to
support multiple ABIs at runtime.

AG



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