bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI - bash crash due to asprintf bug


From: Eric Blake
Subject: Re: FYI - bash crash due to asprintf bug
Date: Wed, 29 Nov 2006 07:01:47 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Thunderbird/1.5.0.8 Mnenhy/0.7.4.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Robbie Gates on 11/29/2006 3:57 AM:
>> reduces asprintf's use of realloc from quadratic
>> to log-linear performance (ie. calling realloc every time you add a byte
>> is bad, compared to doubling the buffer size every time you call
>> realloc).
> 
> Just out of interest, note that a size increase of 50% (i.e. new size
> = (3*oldsize)/2) has better properties for certain memory managers, as
> opposed to doubling. It has the same asymptotic complexity improvement
> as doubling. Roughly speaking, any factor less than the golden ratio
> (1+sqrt(5))/2 is good, but 1.5 is (a) cheaply obtanied on most cpu
> architectures, and (b) leaves a little space in case the memory
> manager adds some overhead. See http://tinyurl.com/yd5669 for details.

This message on the cygwin list has a good point, and it made me wonder:
should we update the semantics of x2nrealloc in lib/xalloc.h to prefer a
ratio smaller than 2x growth?

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFbZLK84KuGfSFAYARAutAAKCa/T/QsGDW/amEp2UQ3l2T5I6jmgCff4hS
VkwRcKoHgkXTpXfheElNb1U=
=FlE/
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]