From owner-freebsd-arch@FreeBSD.ORG Sun Jun 20 20:59:04 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A22381065672 for ; Sun, 20 Jun 2010 20:59:04 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2018FC0A for ; Sun, 20 Jun 2010 20:59:04 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id E9E901FFC34; Sun, 20 Jun 2010 20:59:02 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 5EC3E84490; Sun, 20 Jun 2010 22:56:52 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Garrett Cooper References: <20100619113126.GB83874@stack.nl> <20100620090019.GA1731@mole.fafoe.narf.at> Date: Sun, 20 Jun 2010 22:56:51 +0200 In-Reply-To: (Garrett Cooper's message of "Sun, 20 Jun 2010 02:08:57 -0700") Message-ID: <86wrtte830.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Stefan Farfeleder , Jilles Tjoelker , freebsd-arch@freebsd.org Subject: Re: Further sh(1) plans X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2010 20:59:04 -0000 Allow me to inject some facts into a discussion which has so far been completely devoid of them: % strip static-sh-with* % size static-sh-with* text data bss dec hex filename 990367 17208 92136 1099711 10c7bf static-sh-with-completion 985735 17176 92104 1095015 10b567 static-sh-without-completion % echo $((990367-985735))=20 4632 % echo $((990367/985735.0)) 1.0046990316870152 Is a 0.47% increase really worth such a fuss? I would have thought that embedded systems would benefit the most from this, since they get a usable interactive shell (and don't tell me it doesn't need one) at a very small cost. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no