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]

[tree-ssa] Garbage collector x bb annotations


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.

Zdenek


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