*** empty log message ***
[minix3.git] / commands / flex-2.5.4 / MISC / Borland / NOTES
blobcaac3cc99cdddba5b0f8efc76cbfaa542a15659f
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]
14 Mime-Version: 1.0
15 Content-Type: text/plain; charset=US-ASCII
16 Content-Transfer-Encoding: 7bit
17 Content-Length: 5792      
19 Vern,
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
42         91200  356260 5889240
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
52 The second test run was on a file that consisted of 20 concatenations
53 of 'misc/flex.man'.
55         lines  words  characters
56         69960   305140  2399960
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
66 [[Makefile and config.h moved to separate files -VP]]