This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: binary compatibility ABI (was: Re: [boehm-gc] Import 6.3 alpha 1)
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: 13 Aug 2003 20:05:23 -0600
- Subject: Re: binary compatibility ABI (was: Re: [boehm-gc] Import 6.3 alpha 1)
- References: <16186.36034.870039.572136@cuddles.cambridge.redhat.com>
- Reply-to: tromey at redhat dot com
Andrew> 1. Are there any cases I've missed?
Changing the access of members and constructors, aka 13.4.6?
It would be worthwhile to run gij against this test suite. That would
give us some idea of how our runtime machinery stacks up.
Andrew> 2. Are these results as expected?
I think so.
Tom