Further sh(1) plans

Dag-Erling Smørgrav des at des.no
Sun Jun 20 21:05:44 UTC 2010


Dag-Erling Smørgrav <des at 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)) 
> 4632
> % echo $((990367/985735.0))
> 1.0046990316870152

I compared the wrong numbers:

des at dma /tmp% echo $((1099711-1095015))
4696
des at 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
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-arch mailing list