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: Teaching libffi to stdcall


>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:

Ranjit> 3. I have not touched any of the "closure" functions as I do
Ranjit> not know what these do and whether adding support for stdcall
Ranjit> here would make any sense.

It isn't required for libgcj.  We use closures to implement the
interpreter and the JNI stub function.  Calls to these use the
standard ABI.

Ranjit> 5. On Win32, the ffitest program fails while testing closures.
Ranjit> Is this an expected failure?

No.

Tom


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