Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TPUTUNER - A Turbo Pascal Code Optimizer ======================================== TPUTUNER optimizes a Turbo Pascal unit (.tpu) to achieve better performance, and smaller code size. Therefore, the unit is disassembled, optimized and assembled again. TPUTUNER supports Turbo Pascal 6.0 (resp. TPW 1.5), and Borland Pascal 7.0; the format is selected at compile time (`#define UNIT_FORMAT` in `tpufmt.h`). For details, see README.eng and README.ger. Status ------ I begun this program in 1998, when I was a student, and ISO C++ was the new, hot, barely-supported thing. Therefore, it is probably not a textbook example of a nice C++ program. Many comments are still in German. I am still using this for producing the occasional update to my historic Turbo Pascal programs. Author ------ Stefan Reuther, <Streu@gmx.de>