This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Kill some dead code
Richard Henderson <rth@redhat.com> writes:
> On Thu, May 30, 2002 at 03:14:05AM -0700, David S. Miller wrote:
> > Well, that scheme conflicted with GC allocation so the optimization
> > was deleted but not the data structures that were used to implement it.
>
> It doesn't actually conflict. See the GC mark routine used
> for unused_insn_list in lists.c.
Or the 'GTY((deletable))' stuff on the PCH branch, which replaces it.
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>