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: [wwwdocs] Fix 2004 GCC Summit Proceedings reference in news/sms.html


And this adjusts markup.  Also applied.

Gerald

Index: news/sms.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/sms.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 sms.html
--- news/sms.html	30 Dec 2008 09:58:32 -0000	1.5
+++ news/sms.html	30 Dec 2008 09:59:22 -0000
@@ -9,10 +9,10 @@
 
 <p>February 2005</p>
 
-We are pleased to announce that Mostafa Hagog and Ayal Zaks, of <a
+<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
 Swing Modulo Scheduling (SMS) to GCC 4.0. Their implementation is based 
-on the articles:
+on the articles:</p>
 <ul>
   <li>Lifetime--sensitive modulo scheduling in a production environment.
       IEEE Trans. on Comps., 50(3), March 2001.
@@ -24,7 +24,7 @@ on the articles:
 </ul>
 
 
-SMS is intended to schedule instructions of loops rather than the
+<p>SMS is intended to schedule instructions of loops rather than the
 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=
@@ -36,7 +36,7 @@ instruction scheduling is not able to fu
 functional units.  This optimization is disabled by default
 because of compile time consumption; <code>-fmodulo-sched</code> 
 activates it. The current implementation of SMS is preliminary  
-and is not effective in the following cases:
+and is not effective in the following cases:</p>
 <ul>
   <li>Loops that have stores to memory.</li>
   <li>High register pressure and poor register set.</li>
@@ -46,9 +46,9 @@ and is not effective in the following ca
       in-order machines (out-of-order machines do this work
       in hardware).</li>
 </ul>
-Improvements to SMS to overcome (but not only) the first
-three restrictions are expected in the coming releases of GCC.
 
+<p>Improvements to SMS to overcome (but not only) the first
+three restrictions are expected in the coming releases of GCC.</p>
 
 </body>
 </html>


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