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: Andrew Haley <aph at redhat dot com>
- To: Nathan Froyd <froydnj at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Wed, 26 May 2010 13:49:13 +0100
- Subject: Re: [PATCH] convert global TREE_LISTs to VECs in Java FE
- References: <20100526122547.GJ3534@codesourcery.com>
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?
Andrew.