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) |
From: | henry@spsystems.net (Henry Spencer) |
Newsgroups: | comp.compilers |
Date: | 24 Jun 1998 00:08:11 -0400 |
Organization: | SP Systems, Toronto, Canada |
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...
If your only concern is the physical size of the final executable, and you
have control of "both ends" of the process (generation and execution), do
note that data compression is reasonably effective on executables,
especially if the compression algorithm can be tuned for the particular
machine.
--
Henry Spencer henry@spsystems.net
(aka henry@zoo.toronto.edu)
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.