This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Contributing tree-ssa to mainline
On Fri, 2004-01-16 at 20:02, Joseph S. Myers wrote:
> How does compile-time performance compare to mainline?
>
Bootstrap times are ~2% slower than mainline. In the daily SPEC runs,
you will notice a mix. Most of the time the branch is faster than
mainline.
http://people.redhat.com/dnovillo/spec2000/tree-ssa-branch/individual-build-secs_elapsed.html
> I take it you believe that all the coding conventions are properly
> followed on tree-ssa? For example, all command-line options added are
> documented, including the details of what is enabled at what -O levels
> (listed both under the options themselves and under the -O options);
>
Yes.
> the documentation of trees is up to date and covers everything new about them;
>
No.
> sourcebuild.texi appropriately covers the gfortran library and the
> tree-ssa testsuites;
>
Dunno re. gfortran. Definite no for the testsuites.
> passes.texi gives an accurate description of how the
> compiler now operates, documenting the tree-ssa source files
> appropriately;
>
No.
> no files have copyright notices referencing "GNU CC".
>
Yes.
Thanks. Are these requirements listed somewhere in our web pages?
They'll be a useful reminder if we decide to merge the branch for 3.5.
Diego.