This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [tree-ssa wwwdocs] Add documentation on daily testing


On Tue, Jul 29, 2003 at 09:59:47AM -0400, Diego Novillo wrote:
> 
> Adds documentation about daily testing with links to where full build
> logs are kept.
> 
> I'd like our wwwdocs folks to look over the patch because I'm adding
> things like system names and I'm not quite sure if I'm following
> conventions.

You seem to be requesting a picky review, so I'll try.
 
> +<p>The branch is tested daily on several platforms, including alpha, x86,
> +ia64, amd64, ppc and ppc64.  Regression test results are posted to the <a
> +href="http://gcc.gnu.org/ml/gcc-testresults/";><code>gcc-testresults</code></a>
> +mailing list.  Full build logs are also <a
> +href="http://people.redhat.com/dnovillo/nightly-testing/tree-ssa-branch/";>available</a>.</p>

Are these all GNU/Linux platforms?  If so, mention that and use either
machine names that are used in triples (e.g., powerpc rather than ppc)
or the accepted name for the architecture (e.g., PowerPC); if not, use
the full target triples.

> +<p>Performance testing is also conducted daily using <a
> +href="http://people.redhat.com/dnovillo/spec95/tree-ssa-branch/";>SPEC95</a>
> +and <a href="http://people.redhat.com/dnovillo/spec2000/tree-ssa-branch/";>SPEC2000</a>.</p>

This sounds like the links are to information about the benchmarks
rather than results; maybe "Daily performance results are available
for...."  More extreme pickiness: it's "SPEC CPU2000"; I don't know
the real name for SPEC95.

Janis


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