swift       12/12/25 18:19:47

  Modified:             gcc-optimization.xml
  Log:
  Fix bug #448456 - Remove link to Acovea stuff, is not maintained nor 
available anymore. Thanks to Francesco Turco for reporting.

Revision  Changes    Path
1.21                 xml/htdocs/doc/en/gcc-optimization.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.20&r2=1.21

Index: gcc-optimization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gcc-optimization.xml        24 Jul 2012 12:12:51 -0000      1.20
+++ gcc-optimization.xml        25 Dec 2012 18:19:47 -0000      1.21
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 
1.20 2012/07/24 12:12:51 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 
1.21 2012/12/25 18:19:47 swift Exp $ -->
 
 <guide>
 <title>Compilation Optimization Guide</title>
@@ -19,8 +19,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>4</version>
-<date>2012-04-27</date>
+<version>5</version>
+<date>2012-12-25</date>
 
 <chapter>
 <title>Introduction</title>
@@ -378,10 +378,6 @@
 <c>-fomit-frame-pointer</c> already does the job properly. Furthermore,
 <c>-momit-leaf-frame-pointer</c> has been shown to negatively impact code
 performance.
-<!--
-source for this info:
-http://www.coyotegulch.com/products/acovea/aco5p4gcc40.html
--->
 </impo>
 
 </body>
@@ -612,13 +608,6 @@
   </li>
   <li><c>man make.conf</c></li>
   <li><uri link="http://en.wikipedia.org";>Wikipedia</uri></li>
-  <li>
-    <uri link="http://www.coyotegulch.com/products/acovea/";>Acovea</uri>, a
-    benchmarking and test suite that can be useful for determining how 
different
-    compiler flags interact and affect generated code, though its code
-    suggestions are not appropriate for system-wide use. It is available in
-    Portage: <c>emerge acovea</c>.
-  </li>
   <li>The <uri link="http://forums.gentoo.org";>Gentoo Forums</uri></li>
 </ul>
 




Reply via email to