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: [www patch] news/sms.html: Fix typos.





I am sure that when I checked in my latest change to sms.html it did have
that much of invalid lines. There was only one invalid line which I noticed
that it was the same error as in the original change.html so I assumed this
was fine.  Anyway, I will check what's wrong and correct it; sorry for the
inconvenience.

Mostafa.

Gerald Pfeifer <gerald@pfeifer.com> wrote on 20/03/2005 23:13:53:

> On Sun, 20 Mar 2005, Kazu Hirata wrote:
> > Committed as obvious.
> >
> > Index: sms.html
> > ===================================================================
> > -because of compile time consumption; <code>-fmodulo-sched<\code>
> > +because of compile time consumption; <code>-fmodulo-sched</code>
>                                                             ^^^
>
> Thanks, Kazu!  Even after your fix, and the following one I committed
> in addition, the page still does not validate.
>
> Mostafa, my automated tester had spotted this when you committed this
> new page, but you didn't respond and fix the page.  Would you mind having
> a look and address the remaining issues?
>
> Thanks,
> Gerald
>
> Index: sms.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/news/sms.html,v
> retrieving revision 1.1
> diff -u -3 -p -r1.1 sms.html
> --- sms.html   27 Feb 2005 14:24:25 -0000   1.1
> +++ sms.html   20 Mar 2005 20:44:04 -0000
> @@ -10,7 +10,7 @@
>  <p>February 2005</p>
>
>  <p>We are pleased to announce that Mostafa Hagog and Ayal Zaks, of <a
> -href="http://www.haifa.il.ibm.com/";;>IBM Haifa Labs</a>, have
contributed
> +href="http://www.haifa.il.ibm.com/";>IBM Haifa Labs</a>, have contributed
>  Swing Modulo Scheduling (SMS) to GCC 4.0. Their implementation is based
>  on the articles:<p/>
>  <ul>
> @@ -28,7 +28,7 @@ on the articles:<p/>
>  traditional scheduler (in GCC) that does not give a special
>  handling for loops. For more information on the theory behind
>  SMS take a look at the <a href=
> -"http://www.gccsummit.org/2004/2004-GCC-Summit-Proceedings.pdf";;>
> +"http://www.gccsummit.org/2004/2004-GCC-Summit-Proceedings.pdf";>
>  2004 GCC summit proceedings (page 55)</a>.
>  This optimization helps in loops where there is a place to
>  run consecutive iterations concurrently but the traditional


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