Date: Sun, 20 Jun 2010 23:03:31 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Garrett Cooper <gcooper@FreeBSD.org> Cc: Stefan Farfeleder <stefan@fafoe.narf.at>, Jilles Tjoelker <jilles@stack.nl>, freebsd-arch@freebsd.org Subject: Re: Further sh(1) plans Message-ID: <86pqzle7rw.fsf@ds4.des.no> In-Reply-To: <86wrtte830.fsf@ds4.des.no> ("Dag-Erling =?utf-8?Q?Sm=C3=B8rg?= =?utf-8?Q?rav=22's?= message of "Sun, 20 Jun 2010 22:56:51 %2B0200") References: <20100619113126.GB83874@stack.nl> <20100620090019.GA1731@mole.fafoe.narf.at> <AANLkTin4Dpspkud2GnYLfZyo33L9uwr9u2_UMRYi_jvE@mail.gmail.com> <86wrtte830.fsf@ds4.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Sm=C3=B8rgrav <des@des.no> writes: > % 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 I compared the wrong numbers: des@dma /tmp% echo $((1099711-1095015)) 4696 des@dma /tmp% echo $((1099711/1095015.0)) 1.0042885257279581 So it's a 0.043% increase, not 0.047%. Now, let's please go back to our regularly scheduled coding... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pqzle7rw.fsf>