This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Porting Boehm-gc to embedded m68k environment
- From: Tom Tromey <tromey at redhat dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'Andrew Haley'" <aph at redhat dot com>, John Neil <jneil at atrove dot com>, "'Jeff Sturm'" <jsturm at one-point dot com>, java at gcc dot gnu dot org
- Date: 12 Nov 2003 11:26:33 -0700
- Subject: Re: Porting Boehm-gc to embedded m68k environment
- References: <0C3EFB691636964BBF914AE56AE83A89501DC1@hplex4.hpl.hp.com>
- Reply-to: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> 1) It uncovered a bug in the GC descriptor generation code. It
Hans> should fall back to procedure descriptors if it sees any
Hans> misaligned pointers.
Does this bug occur in gcj itself, or just the descriptor generation
code in libgcj? (I'd suspect the latter.)
Anyway, we can fix this pretty easily.
Tom