Re: Linkers - making executables smaller

brdsutte@elis.rug.ac.be (Bjorn De Sutter)
24 Jun 1998 00:09:00 -0400

          From comp.compilers

Related articles
Linkers - making executables smaller peterh@pernod.demon.co.uk (1998-06-18)
Re: Linkers - making executables smaller leichter@smarts.com (Jerry Leichter) (1998-06-19)
Re: Linkers - making executables smaller alan@ezlink.com (1998-06-19)
Re: Linkers - making executables smaller bill@amber.ssd.csd.harris.com (1998-06-19)
Re: Linkers - making executables smaller corbett@lupa.Eng.Sun.COM (1998-06-24)
Re: Linkers - making executables smaller henry@spsystems.net (1998-06-24)
Re: Linkers - making executables smaller brdsutte@elis.rug.ac.be (1998-06-24)
| List of all articles for this month |

From: brdsutte@elis.rug.ac.be (Bjorn De Sutter)
Newsgroups: comp.compilers
Date: 24 Jun 1998 00:09:00 -0400
Organization: University of Ghent, Belgium
References: 98-06-103
Keywords: linker

Peter Hall (peterh@pernod.demon.co.uk) wrote:
: I have a requirement to make executables smaller. I cannot use
: shared libraries.


Some optimizing linkers or whole-program optimizers exist. You can
find some links to such research projects at


      http://elis.rug.ac.be/~brdsutte/research.html


I'm myself involved in the development of ALTO, A Link-Time
Optimizer. While program size reduction is not the main issue in ALTO,
lots of dead library routines are dropped during the optimization. On
the other hand, ALTO tries several inlining strategies to optimize for
speed.
--
# Bjorn De Sutter
# http://www.elis.rug.ac.be/~brdsutte
# tel: +32 (9) 264 89 10
#
# Department of Electronics and Information Systems (ELIS)
# University of Gent, Flanders






--


Post a followup to this message

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