[tree-ssa] Garbage collector x bb annotations

Diego Novillo dnovillo@redhat.com
Wed Oct 8 13:27:00 GMT 2003


On Mon, 2003-10-06 at 18:31, Zdenek Dvorak wrote:
> Hello,
> 
> I have just run into the following problem: dom_children get released by
> ggc_collect call in tree-ssa-pre.  Allocating them by ggc seems wrong to
> 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?


Diego.



More information about the Gcc mailing list