This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: memory benchmark of tuples branch
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: gcc at gcc dot gnu dot org, rth at redhat dot com
- Date: Fri, 27 Oct 2006 09:35:09 -0400
- Subject: Re: memory benchmark of tuples branch
- References: <20061026144053.GA15452@redhat.com> <454202A4.8070703@redhat.com>
> My vote is to merge into mainline sooner rather than later. However, it
> is a big patch and affects just about every module in the compiler, so I
> wouldn't want to barge in without getting some consensus first.
I agree with you and Mark.
What I'd like to do next is:
1. Merge mainline into the branch to make sure there are no snafus.
2. Post the patch so folks can look at it while I do 3 & 4:
3. Attack the other front ends. So far I have only dealt with C/C++,
but the FE only changes are usually minimal.
4. Adjust the 10 or so back ends that make MODIFY_EXPR nodes.
5. Merge into mainline.
And then... start working on the other tuples.
How does this sound to y'all?
Aldy