This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Put scope blocks on a diet
- From: Jan Hubicka <jh at suse dot cz>
- To: Richard Guenther <richard dot guenther at gmail dot com>
- Cc: Alexandre Oliva <aoliva at redhat dot com>, Jan Hubicka <jh at suse dot cz>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 8 Oct 2007 00:37:22 +0200
- Subject: Re: Put scope blocks on a diet
- References: <20070724180235.GM24519@kam.mff.cuni.cz> <orlkcucny9.fsf@oliva.athome.lsd.ic.unicamp.br> <ory7gtbkd9.fsf@oliva.athome.lsd.ic.unicamp.br> <20070806201102.GF4460@kam.mff.cuni.cz> <orprzw2kuk.fsf@free.oliva.athome.lsd.ic.unicamp.br> <84fc9c000710031119q3a1672cep5c98a642aa1100cb@mail.gmail.com>
>
> In the long run, we should generate (and output) debug information
> for types and declarations early and simply remember the DIE when
> refering to it instead of keeping our hands on the types and decls
> itself.
This seems to be bit dificult to implement given that inlining and other
optimizations modify/build new types....
Would be OK to commit the discussed patch to fix the debug-bootstrap?
Honza
>
> Richard.