Dead-code elimination can't remove string copy insns?

Joe Buck jbuck@synopsys.com
Tue May 13 18:35:00 GMT 2003


On Tue, May 13, 2003 at 12:02:05PM -0600, law@redhat.com wrote:
> In message <1052848240.27232.407.camel@frodo.toronto.redhat.com>, Diego Novillo
>  writes:
>  >Now, if we could also get rid of those pesky labels.  You mentioned
>  >something about that, but I forget what.
> Well, it's simply a matter of building a use count for the labels.  As
> we remove GOTO_EXPRs we decrement the count.

I don't know anything about the code in question, but is it certain that
the cost of maintaining, incrementing, and decrementing reference counts
is less than the cost of doing a sweep at the end to clean up unused cruft?
Reference counting is not necessarily cheap.



More information about the Gcc mailing list