Re: Dead code elimination

dd@mips.com (David DiGiacomo)
Tue, 5 Nov 91 19:08:57 -0800

          From comp.compilers

Related articles
Dead code elimination whatis@ucsd.edu (Steve Boswell) (1991-10-26)
re: Dead code elimination chuck_lins1@gateway.qm.apple.com (Chuck Lins) (1991-10-28)
Re: Dead code elimination henry@zoo.toronto.edu (1991-10-29)
Re: Dead code elimination clyde@hitech.com.au (1991-11-01)
Re: Dead code elimination henry@zoo.toronto.edu (1991-11-05)
Re: Dead code elimination schwartz@roke.cs.psu.edu (1991-11-05)
Re: Dead code elimination dd@mips.com (1991-11-05)
Re: Dead code elimination eggert@twinsun.com (1991-11-06)
Re: Dead Code Elimination preston@dawn.cs.rice.edu (1991-11-07)
dead code elimination preston@dawn.cs.rice.edu (1991-11-26)
dead code elimination preston@tera.com (1995-03-23)
| List of all articles for this month |

Newsgroups: comp.compilers
From: dd@mips.com (David DiGiacomo)
Keywords: linker, optimize
Organization: Compilers Central
References: 91-10-109 91-11-007
Date: Tue, 5 Nov 91 19:08:57 -0800

In article 91-11-007 clyde@hitech.com.au (Clyde
Smith-Stubbs) writes:
>I'd still like to know why a simple printf("Hello world\n"); when compiled
>with cc -n on my Sun produces a 94K program! No wonder they had to
>implement dynamic linking! And that 94K includes over 40K code AND over
>40K data! Does anyone have any idea what it is all for?


Table driven base conversion routines! A pet project of one very
intelligent, very talented person at Sun... whose priorities probably
don't coincide with those of the typical programmer.


P.S. SunOS nm -s is very handy, too bad more vendors don't provide it.


--
David DiGiacomo, MIPS Computer Systems, Sunnyvale, CA dd@mips.com
--


Post a followup to this message

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