This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: fix and speed-up object marking
- From: Anthony Green <green at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 02 Jan 2003 16:26:16 -0800
- Subject: Re: Patch: fix and speed-up object marking
- References: <1040632620.16983.209.camel@escape> <87hecwyr62.fsf@fleche.redhat.com>
On Sun, 2002-12-29 at 22:08, Tom Tromey wrote:
> Anthony> 2002-12-22 Anthony Green <green@redhat.com>
> Anthony> * boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.
> Anthony> Speed up marking.
> Anthony> (_Jv_MarkArray): Speed up marking.
>
> Definitely check this in. Thanks!
I'll commit the bug-fix part today. Hans had some concerns about the
optimizations. I will try measuring things before proposing this change
again.
AG