This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Contributing tree-ssa to mainline
Agreeing with Roger, we don't know how to close the performance
gap using the RTL-only infrastructure, but we do see how an SSA
infrastructure can improve performance.
Merging Tree-SSA into the trunk for GCC 3.5 does not mean (or
should not mean) merging it and then immediately branching for a release.
We do not need to achieve the release target performance at the point of
the merge.
If we want to develop a GCC 3.5 release without Tree-SSA, then we
should have specific, non-SSA feature goals that we want to accomplish.
Otherwise, what is the benefit of GCC 3.5 over additional point releases
of GCC 3.4 stable branch?
David