From: Martin Str|mberg Message-Id: <200009281748.TAA20249@father.ludd.luth.se> Subject: Re: bnu2951b.zip's ar is slow In-Reply-To: from Eli Zaretskii at "Sep 27, 2000 07:12:07 am" To: djgpp-workers AT delorie DOT com Date: Thu, 28 Sep 2000 19:48:22 +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 Eli Zaretskii: > If the same operation takes the same time on a Pentium with more > memory, then I'd say it's either paging or some alignment-related > issue. The latter seems less plausible, since alignment is not > supposed to cause such large differences. I can confirm that it is indeed due to swapping. In some mysterious way SMARTDRV was being started in AUTOEXEC.BAT with defaults settings, which means it takes 1MiB to use as cache. (This is probably the reason I thought it wasn't swapping.) Adjusting that setting to 256kiB (as per the FAQ) gives a considerable faster 2.95.1 version ar operation (more or less the same time as 2.8.1). If somebody is interested I have profiling logs on the versions 2.8.1 and 2.95.1 with little memory and with a little more memory. Right, MartinS