1 Received: 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
3 Received: 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
6 From: tkane01@unix.cc.emory.edu (Terrence O Kane)
7 Received: by larry.cc.emory.edu (5.0) id AA21979; Tue, 24 Jan 1995 17:17:40 -0500
8 Message-Id: <9501242217.AA21979@larry.cc.emory.edu>
9 Subject: Re: Beta test for DOS
10 To: vern@ee.lbl.gov (Vern Paxson)
11 Date: Tue, 24 Jan 1995 17:17:38 -0500 (EST)
12 In-Reply-To: <199501232138.NAA11430@daffy.ee.lbl.gov> from "Vern Paxson" at Jan 23, 95 01:38:02 pm
13 X-Mailer: ELM [version 2.4 PL23]
15 Content-Type: text/plain; charset=US-ASCII
16 Content-Transfer-Encoding: 7bit
21 I've made flex 2.5.0.6 successfully with no changes to the source
22 code at all. I'm including the Borland 4.02 makefile and config.h
23 at the end of this message.
25 When you're ready for release, I'll be happy to take care of getting
26 the appropriate archive files up to Simtel if you wish.
28 I have not used this version for any of my "work-related" scanners
29 yet, but have run the fastwc benchmark. The compiles were for large
30 memory model and optimization for fastest possible code. The test
31 machine was a Pentium-90 (hey! timing output was integer!) with
32 enhanced IDE on a PCI bus and no file system caching. I ran the
33 test on two different input files.
35 (Times are in seconds.)
37 The first input was a typical postscript file concatenated 10 times;
38 by typical, I mean that there were relatively few spaces, lots of lines
39 with no space, using lots of parentheses.
41 lines words characters
52 The second test run was on a file that consisted of 20 concatenations
55 lines words characters
66 [[Makefile and config.h moved to separate files -VP]]