This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Put scope blocks on a diet


Hi,

On Mon, 8 Oct 2007, Jan Hubicka wrote:

> > 
> > 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....

I certainly hope that middle-end transformation don't build many new 
types.  Actually I sure hope they build no new types at all, but I'll 
better not say none, you never know :)


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]