Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3D394720.B1DECD07@phekda.freeserve.co.uk> Date: Sat, 20 Jul 2002 12:18:56 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: DJGPP 2.04 performance & size References: <3D389A5F DOT D9813428 AT phekda DOT freeserve DOT co DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Richard Dawe wrote: [snip] > I finally got round to doing the tests. I built Fileutils 4.1 against DJGPP > 2.03 (from the CVS v2_03_1 branch) and DJGPP CVS (from the CVS HEAD branch). > I built both of these versions with -gstabs+3 and -pg and gcc 3.1. In the > case of 2.03 a little hackery was required - I can send a diff, if anyone > wants. Basically I lifted small bits of HEAD and retrofitted them to 2.03. > > I ran the following test in the src/ directory of each : > > time ./ls.exe -lR c:/temp/distmake Actually I ran: time ./ls.exe -lR c:/temp/distmake > /dev/null I tested on Windows '98 SE. > c:/temp/distmake contains build directories for all the packages I've > prepared. It's quite big, so it takes quite a long time to list. [snip] ls from Fileutils 4.1 built against v2_03_1: Uncached: real 1m48.700s user 3m37.473s sys 0m0.000s Cached: real 0m50.700s user 1m41.429s sys 0m0.000s ls from Fileutils 4.1 built against HEAD: Uncached: real 1m45.570s user 3m31.209s sys 0m0.000s Cached: real 0m59.650s user 1m59.341s sys 0m0.000s There's not much difference between v2_03_1 and HEAD. A difference of a few seconds is probably due to whatever else was going on. (I was listening to MP3's at the time of testing.) Could someone else test on Windows 2000 or XP please? You can find my test results and executables here: http://www.phekda.freeserve.co.uk/richdawe/djgpp/workers/ I can post the gmon.out files from my runs there too, if people are interested. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]