This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC trunk frozen for the tuples merge
On Mon, 28 Jul 2008, Jack Howarth wrote:
> Richard,
> Is there any information on what sort of performance improvements
> we might see from the tuples merge? Or would those require additional
> merges like graphite?
The tuples is supposed to reduce the memory footprint of our tree IL
and as a second order effect reduce compile-time. There are no
performance improvements expected - in fact any changes in performance
are unwanted.
Richard.