This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: binary metadata
- From: Andrew Haley <aph at redhat dot com>
- To: Jakob Praher <jpraher at yahoo dot de>
- Cc: Bryce McKinlay <mckinlay at redhat dot com>, "java at gcc dot gnu dot org" <java at gcc dot gnu dot org>
- Date: Fri, 1 Oct 2004 09:25:07 +0100
- Subject: Re: binary metadata
- References: <1095349123.4660.24.camel@jaques2><41586225.1090502@redhat.com><1096540100.4360.2.camel@jaques2><415C3020.3020405@redhat.com><1096618835.4578.8.camel@jaques2>
Jakob Praher writes:
> Am Don, den 30.09.2004 schrieb Bryce McKinlay um 18:11:
> > Jakob Praher wrote:
>
> > Most of the functions that deal with the metadata are currently in
> > java/lang/natClass.cc and java/lang/natClassLoader.cc. In the BC-ABI
> > branch, Tom has moved much of it to the new file link.cc which deals
> > with class linking, runtime vtable layout, etc.
>
> a simple question: where do I find the BC-ABI branch?
> doing a cvs -r BC-ABI gcc/libjava didn't work for me :-(
gcj-abi-2-dev-branch
Andrew.