1Received: from 128.140.1.1 by ee.lbl.gov for <vern@ee.lbl.gov> (8.6.9/1.43r) 2 id PAA03966; Tue, 24 Jan 1995 15:03:57 -0800 3Received: from larry-le0.cc.emory.edu by 4 emoryu1.cc.emory.edu (5.65/Emory_cc.4.0.1) via SMTP 5 id AA24158 ; Tue, 24 Jan 95 17:18:18 -0500 6From: tkane01@unix.cc.emory.edu (Terrence O Kane) 7Received: by larry.cc.emory.edu (5.0) id AA21979; Tue, 24 Jan 1995 17:17:40 -0500 8Message-Id: <9501242217.AA21979@larry.cc.emory.edu> 9Subject: Re: Beta test for DOS 10To: vern@ee.lbl.gov (Vern Paxson) 11Date: Tue, 24 Jan 1995 17:17:38 -0500 (EST) 12In-Reply-To: <199501232138.NAA11430@daffy.ee.lbl.gov> from "Vern Paxson" at Jan 23, 95 01:38:02 pm 13X-Mailer: ELM [version 2.4 PL23] 14Mime-Version: 1.0 15Content-Type: text/plain; charset=US-ASCII 16Content-Transfer-Encoding: 7bit 17Content-Length: 5792 18 19Vern, 20 21I've made flex 2.5.0.6 successfully with no changes to the source 22code at all. I'm including the Borland 4.02 makefile and config.h 23at the end of this message. 24 25When you're ready for release, I'll be happy to take care of getting 26the appropriate archive files up to Simtel if you wish. 27 28I have not used this version for any of my "work-related" scanners 29yet, but have run the fastwc benchmark. The compiles were for large 30memory model and optimization for fastest possible code. The test 31machine was a Pentium-90 (hey! timing output was integer!) with 32enhanced IDE on a PCI bus and no file system caching. I ran the 33test on two different input files. 34 35(Times are in seconds.) 36 37The first input was a typical postscript file concatenated 10 times; 38by typical, I mean that there were relatively few spaces, lots of lines 39with no space, using lots of parentheses. 40 41 lines words characters 42 91200 356260 5889240 43 44 mywc 8.89 45 wc1s 15.22 default 46 wc1 10.82 -Cf 47 wc2 10.16 -Cf 48 wc3 9.17 -Cf 49 wc4 9.22 -Cf 50 wc5 10.98 -Cf 51 52The second test run was on a file that consisted of 20 concatenations 53of 'misc/flex.man'. 54 55 lines words characters 56 69960 305140 2399960 57 58 mywc 4.01 59 wc1s 6.87 60 wc1 5.32 61 wc2 4.95 62 wc3 4.12 63 wc4 4.12 64 wc5 5.05 65 66[[Makefile and config.h moved to separate files -VP]] 67