This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: CNI with interpreted and BC ABI compiled code
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Robert Schuster <theBohemian at gmx dot net>, java at gcc dot gnu dot org
- Date: 12 Oct 2006 16:44:21 -0600
- Subject: Re: CNI with interpreted and BC ABI compiled code
- References: <452EBF00.1000003@gmx.net> <452EC0C8.60603@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> I think the short answer is CNI only works with C++ ABI compiled
David> code.
Yup.
I think it may actually kind of work with BC code -- but we don't
promise it will work, and we know it definitely will not work if you
take advantage of BC-ness by changing class layout without recompiling
the C++ code.
David> As I recall, APH has plans to rectify this limitation.
But to be perfectly clear nobody is actively working on this.
Other stuff keeps getting in the way :-)
Tom