Re: ABI
Andrew Haley <[email protected]> Thu, 11 Apr 2013 12:57:33 +0100
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/11/2013 12:56 PM, Bucher Fabio wrote: > I am looking for the ABI the GCJ uses. Wich file contains the information a= =3D bout it? > > Is it in the sourcecode or exist a pdf-documantation? It's in the source code. Except for interfaces, GCJ uses as closely as is possible the C++ ABI. Andrew.