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, lno, web] Web page for the loop nest optimizer branch


On Mon, Dec 29, 2003 at 06:38:54PM +0100, Gerald Pfeifer wrote:
> There is a small markup issue, which I'd like to ask you to address:
> 
> > Index: lno.html
> > ===================================================================
> > +<h1>Loop Nest Optimizer</h1>
> > [...]
> > +<h4>Passes in the branch</h4>
> 
> You use <h1> and <h4>, bot nothing in between, which is improper
> logical markup (similar to a book with chapters and subsubsections,
> but no sections nor subsections).
> 
> Would you mind changing the <h4>s to <h2>?
> 

Thanks for your review.  I've fixed it by the following patch:


Index: lno.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/lno.html,v
retrieving revision 1.1
diff -d -u -p -r1.1 lno.html
--- lno.html	27 Dec 2003 16:40:36 -0000	1.1
+++ lno.html	29 Dec 2003 21:27:15 -0000
@@ -10,7 +10,7 @@
 level.  The <code>lno-branch</code> is based on the 
 <a href="index.html">tree-ssa-20020619-branch</a>.</p>
 
-<h4>Passes in the branch</h4>
+<h2>Passes in the branch</h2>
 <dl>
 <dt><em>The analysis of scalars evolutions</em></dt>
 <dd>This pass analyzes the evolution function of scalar variables.
@@ -29,7 +29,7 @@ level.  The <code>lno-branch</code> is b
     representation of the conflicting elements.</dd>
 </dl>
 
-<h4>Next passes</h4>
+<h2>Next passes</h2>
 <dl>
 <dt><em><a href="vectorization.html">Vectorization</a></em></dt>
 <dd>This pass should vectorize certain loops, using classic data dependence



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