This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
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