cgw@mruxe.UUCP (C Waldman) (05/24/86)
The recent discussion about linking time has inspired me to start a
project (admittedly not finished yet) which I am implementing on an IBM
PC, but the idea seems like it could be easily implemented on any system.
It is basically a testing linker, not for producing production code but
simply to speed up the test/debug/recompile/relink cycle that drives me
up the wall. I am using Lattice version 3, with no complaints, but the
Microsoft linker leaves a lot to be desired. The prototyping linker I'm
talking about is simply an interpreter (OK, it's slow) which loads a bunch
of object modules, begins executing at main, and resolves external
references at run-time. Then when everything checks out OK, I can use
LINK to produce an .EXE file.
Most of you probably have a lot more experience than me with this
kind of thing, so I wold appreciate any feedback concerning why this
is/is not a good idea.
...{ihnp4|bellcore}!mruxe!cgw
Charles G. Waldman, Bell Communications Research, Morristown, NJ
,p