Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gcc-optimization.xml
Date: Tue, 25 Dec 2012 18:32:07
Message-Id: 20121225181947.713412171D@flycatcher.gentoo.org
1 swift 12/12/25 18:19:47
2
3 Modified: gcc-optimization.xml
4 Log:
5 Fix bug #448456 - Remove link to Acovea stuff, is not maintained nor available anymore. Thanks to Francesco Turco for reporting.
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/gcc-optimization.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.20&r2=1.21
13
14 Index: gcc-optimization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- gcc-optimization.xml 24 Jul 2012 12:12:51 -0000 1.20
21 +++ gcc-optimization.xml 25 Dec 2012 18:19:47 -0000 1.21
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.20 2012/07/24 12:12:51 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.21 2012/12/25 18:19:47 swift Exp $ -->
27
28 <guide>
29 <title>Compilation Optimization Guide</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>4</version>
35 -<date>2012-04-27</date>
36 +<version>5</version>
37 +<date>2012-12-25</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -378,10 +378,6 @@
42 <c>-fomit-frame-pointer</c> already does the job properly. Furthermore,
43 <c>-momit-leaf-frame-pointer</c> has been shown to negatively impact code
44 performance.
45 -<!--
46 -source for this info:
47 -http://www.coyotegulch.com/products/acovea/aco5p4gcc40.html
48 --->
49 </impo>
50
51 </body>
52 @@ -612,13 +608,6 @@
53 </li>
54 <li><c>man make.conf</c></li>
55 <li><uri link="http://en.wikipedia.org">Wikipedia</uri></li>
56 - <li>
57 - <uri link="http://www.coyotegulch.com/products/acovea/">Acovea</uri>, a
58 - benchmarking and test suite that can be useful for determining how different
59 - compiler flags interact and affect generated code, though its code
60 - suggestions are not appropriate for system-wide use. It is available in
61 - Portage: <c>emerge acovea</c>.
62 - </li>
63 <li>The <uri link="http://forums.gentoo.org">Gentoo Forums</uri></li>
64 </ul>