From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4BA1F1381FB for ; Tue, 25 Dec 2012 18:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB570E076C for ; Tue, 25 Dec 2012 18:32:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88FCCE067D for ; Tue, 25 Dec 2012 18:19:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8E7D33DA05 for ; Tue, 25 Dec 2012 18:19:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 713412171D; Tue, 25 Dec 2012 18:19:47 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gcc-optimization.xml X-VCS-Repository: gentoo X-VCS-Files: gcc-optimization.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121225181947.713412171D@flycatcher.gentoo.org> Date: Tue, 25 Dec 2012 18:19:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: cf3ab2fe-55dc-479b-9a94-b41ec3eae495 X-Archives-Hash: 6f1844e71bf0cc8fbd52a31b104ffc4f 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 @@ - + Compilation Optimization Guide @@ -19,8 +19,8 @@ -4 -2012-04-27 +5 +2012-12-25 Introduction @@ -378,10 +378,6 @@ -fomit-frame-pointer already does the job properly. Furthermore, -momit-leaf-frame-pointer has been shown to negatively impact code performance. - @@ -612,13 +608,6 @@
  • man make.conf
  • Wikipedia
  • -
  • - Acovea, 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: emerge acovea. -
  • The Gentoo Forums