This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] convert global TREE_LISTs to VECs in Java FE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]