Re: Linker ... still useful ?

gnb@bby.com.au (Gregory Bond)
Thu, 29 Sep 1994 01:04:05 GMT

          From comp.compilers

Related articles
[4 earlier articles]
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)
Re: Linker ... still useful ? andrew@cee.hw.ac.uk (1994-09-30)
Re: Linker ... still useful ? marks@orb.mincom.oz.au (1994-10-05)
Re: Linker ... still useful ? ok@cs.rmit.oz.au (1994-10-06)
Re: Linker ... still useful ? monnier@di.epfl.ch (1994-10-07)
Re: Linker ... still useful ? baynes@ukpsshp1.serigate.philips.nl (1994-10-10)
Re: Linker ... still useful ? dmason@uwaterloo.ca (1994-10-15)
| List of all articles for this month |

Newsgroups: comp.compilers
From: gnb@bby.com.au (Gregory Bond)
Keywords: linker, performance
Organization: Burdett, Buckeridge & Young Ltd., Melbourne, Australia
References: 94-09-122 94-09-162
Date: Thu, 29 Sep 1994 01:04:05 GMT

Sure, 70's technology linkers are old, but they have one major advantage:
doing a simple job, they can be quick. The more work the linker has to
do, the slower it gets. And linking is the the one part of the program
building process that has a serial bottleneck. The more work that we can
push into the "compiler", the better we are able to use multiprocessors
(simply by using a parallel make, if nothing else).


Linking is already enough of a bottleneck that there apparently is a
market for third-party high-speed incremental linkers (e.g. Purelink).
Any serious work on "ld-The Next Generation" is going to have to have
parallelisation as a high priority. And given the global nature of the
job, I'm not sure there is huge scope.


Greg, who is happy not to have to link 10Mb binaries....
--
Gregory Bond <gnb@bby.com.au>
Burdett Buckeridge & Young Ltd Melbourne Australia
--


Post a followup to this message

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