This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] convert global TREE_LISTs to VECs in Java FE
- From: Nathan Froyd <froydnj at codesourcery dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Wed, 26 May 2010 05:51:39 -0700
- Subject: Re: [PATCH] convert global TREE_LISTs to VECs in Java FE
- References: <20100526122547.GJ3534@codesourcery.com> <4BFD18C9.4020900@redhat.com>
On Wed, May 26, 2010 at 01:49:13PM +0100, Andrew Haley wrote:
> On 05/26/2010 01:25 PM, Nathan Froyd wrote:
> > The patch below converts several TREE_LIST trees in java_global_trees
> > and several TREE_LIST global variables to VECs. The usual benefits to
> > removing TREE_LIST apply.
> >
> > Tested on x86_64-unknown-linux-gnu. OK to commit?
>
> OK.
>
> By the way, what did the gcj regression test scores look like? Any
> fails?
libjava testing showed no regressions. I think the only scary change is
the build_utf8_ref change.
-Nathan