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: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 29 Dec 2002 23:08:53 -0700
- Subject: Re: Patch: fix and speed-up object marking
- References: <1040632620.16983.209.camel@escape>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> Tested by running Eclipse with gij. Ok for branch and trunk?
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!
Tom