This is the mail archive of the java-patches@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: [PATCH] Fix FFI return type for closures in the java interpreter


>>>>> "Matthew" == Matthew Fortune <Matthew.Fortune@imgtec.com> writes:

Matthew> I'm not sure this will matter if the only arch is x86 as
Matthew> ffi_arg will be 32-bit anyway there.

Aha, right.  Thanks for looking.

Matthew> There would need to be a
Matthew> 64bit arch using the raw api. I don't really understand what
Matthew> the raw api is, the references to it in the code seemed
Matthew> cryptic.

IIRC it's to exploit the x86 calling convention to make ffi calls a bit
more efficient for libgcj.

Tom


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