From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=DMARC_MISSING,FREEMAIL_FROM, MAILING_LIST_MULTI,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by chiba.3jane.net (Postfix) with ESMTP id 17A7D2019DD9 for ; Mon, 8 Apr 2002 00:01:43 -0500 (CDT) Received: from rddrpx31-port-66.dial.telus.net ([161.184.21.163]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.5.01.04.01 201-253-122-122-101-20011014) with ESMTP id <20020408050141.VLYD5183.priv-edtnes09-hme0.telusplanet.net@rddrpx31-port-66.dial.telus.net> for ; Sun, 7 Apr 2002 23:01:41 -0600 Subject: Re: [gentoo-dev] GCC 3 Vs GCC 2 and some other stuff From: Stacey Keast To: gentoo-dev@gentoo.org In-Reply-To: <20020408044612.4489e915.spider@gentoo.org> References: <20020408044612.4489e915.spider@gentoo.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 07 Apr 2002 23:00:55 -0600 Message-Id: <1018242057.27835.6.camel@sonic.net.foo> Mime-Version: 1.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: ab8d5c5c-180a-4b69-a8fb-480a32583644 X-Archives-Hash: 63e262ca54c0c90cf947aae56e1ae961 On Sun, 2002-04-07 at 20:46, Spider wrote: Of course it is going to take gcc3 longer to compile things with the new profiling code (see http://gcc.gnu.org/news/profiledriven.html) All this basically is is the compiler running through code branches and identifying blocks which should be optimized to produce faster EXECUTABLES, this does not come at the price of faster COMPILE TIMES, as the compiler has to build these profiles to do more advanced optimizations. So, you are really benchmarking the wrong thing here.