This is the mail archive of the gcc@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: [tree-ssa] Garbage collector x bb annotations


> > me, since basic block annotations are allocated from obstack and
> > invisible to garbage collector.
> > 
> Yeah.  But there's more than that, unfortunately.  All the fields in
> struct bb_ann_d are ggc allocated.  The real solution would be to
> finally convert basic blocks to ggc.  Volunteers?

It has been high on my TODO list for some time, but I wanted to wait until
after 3.4 branches because it will cause changes in a lot of files.  Do you
want it sooner than that?

Gr.
Steven




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