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]

gc question


So lets say I wanted to like show me every GC allocation of a particular
type which is still active at time X?

For example, I'd like to verify that if we GC after we leave the tree-ssa
path that every SSA_NAME and every PHI is collected.  Or slightly more
ambitious that every varray used by the SSA optimizers is gone.

Any chance of doing that?  Hints?

jeff



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