From: Martin Str|mberg Message-Id: <200009262136.XAA11128@father.ludd.luth.se> Subject: Re: bnu2951b.zip's ar is slow In-Reply-To: from Hans-Bernhard Broeker at "Sep 26, 2000 11:26:00 am" To: djgpp-workers AT delorie DOT com Date: Tue, 26 Sep 2000 23:36:46 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Hans-Bernhard Broeker: > > > 4 MiB. > > That's a bit small. I take it you've taken the advice from the FAQ about > configuring DOS and DJGPP for optimal performance, for this amount memory? Well... As I need a TCP stack, it's hard to follow the FAQ to the letter. > > Does someone still have ld 2.8.1 installed to run a comparison? Yes I do, and both take 2-3 s on a pretty fast machinve (PII 450MHz, 112MiB memory for DJGPP). > I think I still have it. What's the exact test case? How exact do you want it? I'm a little uncertain about the exact version but it's ~djlsr203.zip (can't check that now). In src/makefile.def you change "AR = ar" to "AR = redir -t ar". Make it and check the time reported of "redir -t ar q ./../../lib/libc.a @makefile.rf id_c.o". Right, MartinS