home *** CD-ROM | disk | FTP | other *** search
-
- 1. Make certain that the first line is a #define TURBO 1 line.
- 2. Compile in the Large model.
- 3. Set the optimizations:
- a) to optimize for speed, not size
- b) to use register variables
- c) to invoke register optimization
- c) to invoke jump optimization
- 4. Even with the foregoing, this program can run slowly on a large file
- (as much as 60 seconds to compare two 40K files in a 4.77 MHz PC!)
- Be patient.
-
-