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] Minor update for project web page - vectorization


On Wed, 10 Sep 2003, Dorit Naishlos wrote:
> Here's the same content, this time conforming to XHTML form,
> XHTML-ized by Steven Bosscher (thanks very much!).

Hi Dorit,

thanks for the patch!

I'll leave a review of the contents and the final decision on the filename
to Diego (tree-ssa/vectorization.html or tree-ssa/vector.html perhaps),
but this certainly looks like an very nice and useful addition for our
web site.

Just a few simple suggestions concerning style.

> <p>This document outlines a high level plan for the implementation of
> auto-vectorization in the <a href="http://gcc.gnu.org/projects/tree-ssa";>
> tree-ssa branch</a> of GCC.  The main goals of this document are to:</p>

Please use relative links, not absolute ones (in general, not just here).

> <li><p>The first column (<i>vectorization driver</i>") lists the tasks
>     that the vectorizer must consist of. It briefly describes the expected
>     functionality of each task.</p></li>
> <li><p>The second column (<i>basic-vectorizer</i>) describes a proposal for

Could you try to avoid <i>...</i>, either by omitting it or using <em>?
(The former seems preferrable here.)

>     <p><code>
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for(i=0; i&lt;N; i++) {<br />
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a[i] = b[i] + c[i];<br />
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
>     </code></p></li>

Ugh. =:-o

Could you omit the trailing &nbsp;es or try something different?

If you'd like, we can introduce a global style sheet (CSS) which defines
a class for this; for example a specialization of <p> for code fragments
like this.

> <p>Indeed, an important set of the enhancements listed below fall into
> this category (<a href="#Idiom_Recognition">idioms recognition</a>,
> <a href="#Access_Pattern">access patterns analysis</a>).

I recommend using anchors which exclusively use lower case letters,
like "#access_pattern", but the choice here is your's. :-)

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/


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