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 ([EMAIL PROTECTED])


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to