Re: Linker ... still useful ?

Joel Runes <z005465b@bcfreenet.seflin.lib.fl.us>
Mon, 26 Sep 1994 23:02:30 GMT

          From comp.compilers

Related articles
Linker ... still useful ? guerin@IRO.UMontreal.CA (1994-09-21)
Re: Linker ... still useful ? jones@pyrite.cs.uiowa.edu (1994-09-22)
Re: Linker ... still useful ? marko@pulse.com (1994-09-22)
Re: Linker ... still useful ? laverman@cs.rug.nl (1994-09-23)
Re: Linker ... still useful ? z005465b@bcfreenet.seflin.lib.fl.us (Joel Runes) (1994-09-26)
Re: Linker ... still useful ? baynes@mulsoc2.serigate.philips.nl (1994-09-26)
Re: Linker ... still useful ? ram+@cs.cmu.edu (Rob MacLachlan) (1994-09-27)
Re: Linker ... still useful ? steve@cegelecproj.co.uk (1994-09-28)
Re: Linker ... still useful ? jan@neuroinformatik.ruhr-uni-bochum.de (1994-09-28)
Linker ... still useful ? Roger@natron.demon.co.uk (1994-09-28)
Re: Linker ... still useful ? gnb@bby.com.au (1994-09-29)
[6 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: Joel Runes <z005465b@bcfreenet.seflin.lib.fl.us>
Keywords: linker
Organization: Compilers Central
References: 94-09-122
Date: Mon, 26 Sep 1994 23:02:30 GMT

          I don't understand what would cause linkers to go out of date. The
functions of a linkage editor stem from the practical reality that an
application or group of applications tend to be larger than a developer
can process in a single compileable or assembleable unit. But the utility
of a good linkage editor doesn't end there. Linkage editors are effective
tools to configure and reconfigure code segments to execute in diverse
environments, for example.


          Although it is sometimes possible to accomplish the normal linking
functions other ways, it is also possible to go back to the old days of
writing machine code by hand on quadrile pads and entering them through
switches on the front panel. As small systems have become prominent in
the computer world and as less and less powerful linkers have been used
with those systems and as new programmers become less adept at utilizing
the power of linkage editors the software development process has been
hurt.


Joel Runes
z005465b@bcfreenet.seflin.lib.fl.us
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.