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: libffi: new typedef for return value


On 22 Feb 2002, Tom Tromey wrote:
> The idea is then the ABI difficulties are isolated in libffi.

It's a nice goal.  But it makes no sense to me to go beyond source
compatibility... for switching ABIs you'd normally have to recompile
everything anyway.

So if we can produce some typedefs and/or macros that solve the problem
with no additional runtime overhead, I'd be happy... I don't know
about others but reflection performance (and JNI performance, to a lesser
degree) is critical to my app.  I'd hate to introduce another function
call in the path.

I plan to use my next spare coding opportunity to revise the natMethod.cc
patch.

Jeff


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