libtool
[Top][All Lists]
Advanced

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

Re: Fixing Re: Is libtool being maintained at all?


From: Albert Chin
Subject: Re: Fixing Re: Is libtool being maintained at all?
Date: Mon, 14 Jul 2003 18:02:13 -0500
User-agent: Mutt/1.4i

On Mon, Jul 14, 2003 at 08:25:06PM +0200, Dalibor Topic wrote:
> The proper way to fix it could be to do a binary search over multiples 
> of 2 instead of the linear search emplyed now. Use a resonable minamal 
> value like 2**13, which leaves only a few options between 2**13 and 
> 2**17, which is the current upper limit for the test. Starting with 
> 2**15, you only need three tests to figure out the maximal command line 
> length, instead of 17. How does that sound?

How do you start out with 2^13 printable characters?

-- 
albert chin (address@hidden)




reply via email to

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