This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gc question
- From: law at redhat dot com
- To: gcc at gcc dot gnu dot org
- Date: Fri, 21 Nov 2003 13:26:19 -0700
- Subject: gc question
- Reply-to: law at redhat dot com
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