From owner-freebsd-current@FreeBSD.ORG Fri Jan 9 09:22:18 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBE32106564A for ; Fri, 9 Jan 2009 09:22:18 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1D1AC8FC14 for ; Fri, 9 Jan 2009 09:22:17 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 09 Jan 2009 09:22:16 -0000 Received: from p54A3E499.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.228.153] by mail.gmx.net (mp046) with SMTP; 09 Jan 2009 10:22:16 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX18o1No6x30ooNjwofLBYNNydOLMUUeCpMlPhMyQES Dau3VbUmbdKKC4 Message-ID: <49671748.3030709@gmx.de> Date: Fri, 09 Jan 2009 10:22:16 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: "O. Hartmann" References: <49668763.8020705@mail.zedat.fu-berlin.de> In-Reply-To: <49668763.8020705@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 Cc: freebsd-current@freebsd.org Subject: Re: gcc 4.3: when will it become standard compiler? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 09:22:19 -0000 O. Hartmann schrieb: > When will gcc 4.3 incorporated in FreeBSD 8 and become the standard > compiler suite? We figured out that gcc 4.3 does have a speed gain in > some numerical code of 3 - 8 % and I guess we can use this in the basic > OS as well ... Number crunching has a totally different execution profile than basic operating system services. Gains in one area cannot simply be transferred to the other.