From owner-freebsd-current@FreeBSD.ORG Tue Nov 25 18:55:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00B4816A4CE for ; Tue, 25 Nov 2003 18:55:09 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37C243F3F for ; Tue, 25 Nov 2003 18:55:07 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hAQ2t7vX076088; Tue, 25 Nov 2003 18:55:07 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hAQ2t6VE076086; Tue, 25 Nov 2003 18:55:06 -0800 (PST) (envelope-from obrien) Date: Tue, 25 Nov 2003 18:55:05 -0800 From: "David O'Brien" To: "Daniel O'Connor" Message-ID: <20031126025505.GB56876@dragon.nuxi.com> References: <16322.26365.159173.946033@grasshopper.cs.duke.edu> <200311251214.23290.doconnor@gsoft.com.au> <16322.46449.554372.358751@grasshopper.cs.duke.edu> <200311251507.55403.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311251507.55403.doconnor@gsoft.com.au> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org Subject: Re: 40% slowdown with dynamic /bin/sh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 02:55:09 -0000 On Tue, Nov 25, 2003 at 03:07:55PM +1030, Daniel O'Connor wrote: > What about the newer version of gcc? That is considerably slower than > previous versions, but I don't see people screaming to have it removed. Uh... you must not know what you are talking about. GCC *COMPILES* slower as it does a better job of optimizing (which adds time to the compiling time). The produced optimzied binaries have quicker *RUN-TIME*s. Why would any one want to call for a compiler to be removed that produces faster binaries??