Request for Reviews(M): 7092905: C2: Keep track of the number of dead nodes

Bharadwaj Yadavalli bharadwaj.yadavalli at oracle.com
Mon Nov 12 08:59:20 PST 2012


Thanks for the review, Vladimir.

On 11/8/2012 7:54 PM, Vladimir Kozlov wrote:
> I think VerifyIdealNodeCount code should be in ~TracePhase() (end of 
> phase).
>

I am wondering if PrintIdealNodeCount and VerifyIdealNodeCount should be 
both in the constructor and destructor of TracePhase.

This will allow us to track the node counts both at the entry of the 
phase (when the constructor is executed) and at the exit of the phase 
(when the destructor is executed).

What do you think?

Bharadwaj



More information about the hotspot-compiler-dev mailing list