Discussion:
Turbo Pascal V3
(too old to reply)
Robert Prins
2021-05-21 13:06:23 UTC
Permalink
Anyone still interested in a very interesting add-on for this compiler?

Robert
--
Robert AH Prins
robert(a)prino(d)org
The hitchhiking grandfather - https://prino.neocities.org/indez.html
Some REXX code for use on z/OS - https://prino.neocities.org/zOS/zOS-Tools.html
Martin Liddle
2021-05-21 18:22:17 UTC
Permalink
Post by Robert Prins
Anyone still interested in a very interesting add-on for this compiler?
Not very interested in Turbo Pascal 3 but intrigued to know what the
interesting add-on is?
--
Martin Liddle, Tynemouth Computer Services
Staveley, Chesterfield, Derbyshire UK
Robert Prins
2021-05-22 09:31:47 UTC
Permalink
Post by Robert Prins
Anyone still interested in a very interesting add-on for this compiler?
Not very interested in Turbo Pascal 3 but intrigued to know what the interesting
add-on is?
TurboPower's "Turbo Library Compactor", "Turbo Object Optimizer", two programs
that can "smartlink" the TP3 RTL and do peephole optimizations on the generated
code.

Also available is "Turbo Object Librarian" (clueless) and "TDebug", a fullscreen
symbolic debugger for TP3 programs.

Robert
--
Robert AH Prins
robert(a)prino(d)org
The hitchhiking grandfather - https://prino.neocities.org/indez.html
Some REXX code for use on z/OS - https://prino.neocities.org/zOS/zOS-Tools.html
Jim Leonard
2021-12-12 19:57:07 UTC
Permalink
Post by Robert Prins
TurboPower's "Turbo Library Compactor", "Turbo Object Optimizer", two programs
that can "smartlink" the TP3 RTL and do peephole optimizations on the generated
code.
Also available is "Turbo Object Librarian" (clueless) and "TDebug", a fullscreen
symbolic debugger for TP3 programs.
I would *very* much like to play with those. Are they online somewhere?
Paolo Amoroso
2022-11-16 15:16:07 UTC
Permalink
Post by Robert Prins
TurboPower's "Turbo Library Compactor", "Turbo Object Optimizer", two programs
that can "smartlink" the TP3 RTL and do peephole optimizations on the generated
code.
Also available is "Turbo Object Librarian" (clueless) and "TDebug", a fullscreen
symbolic debugger for TP3 programs.
Are the tools available for download? Do they work on CP/M?
Robert Prins
2022-11-16 18:55:36 UTC
Permalink
Post by Paolo Amoroso
Post by Robert Prins
TurboPower's "Turbo Library Compactor", "Turbo Object Optimizer", two programs
that can "smartlink" the TP3 RTL and do peephole optimizations on the generated
code.
Also available is "Turbo Object Librarian" (clueless) and "TDebug", a fullscreen
symbolic debugger for TP3 programs.
Are the tools available for download? Do they work on CP/M?
Not yet. They're unlikely to work with CP/M as they rely on the x86 instruction
set. That said, someone with the knowledge might be able to convert them to use
the 8080 / z80 (?) instruction sets. Contact me privately.

Robert
--
Robert AH Prins
robert(a)prino(d)org
The hitchhiking grandfather - https://prino.neocities.org/
Some REXX code for use on z/OS - https://prino.neocities.org/zOS/zOS-Tools.html
Volker Pohlers
2023-08-27 14:40:08 UTC
Permalink
Post by Paolo Amoroso
Post by Robert Prins
TurboPower's "Turbo Library Compactor", "Turbo Object Optimizer", two programs
that can "smartlink" the TP3 RTL and do peephole optimizations on the generated
code.
Also available is "Turbo Object Librarian" (clueless) and "TDebug", a fullscreen
symbolic debugger for TP3 programs.
Are the tools available for download? Do they work on CP/M?
take a look onto Turbo Pascal peephole Optimizer for Pascal CP/M (in
Pascal with sources), Author is unknown

https://mark-ogden.uk/mirrors/www.cirsovius.de/CPM/Projekte/Artikel/TP/TurboOptim/Optim.html

Volker

Loading...