[PATCH] convert global TREE_LISTs to VECs in Java FE
Nathan Froyd
froydnj@codesourcery.com
Wed May 26 12:51:00 GMT 2010
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
More information about the Java-patches
mailing list