harpoon.Analysis.PreciseGC
Interface DynamicWBInserter.DynamicWBAnalysis

Enclosing class:
DynamicWBInserter

public static interface DynamicWBInserter.DynamicWBAnalysis

A DynamicWBAnalysis identifies NEW and ANEW Quads for which corresponding write barriers are removed.


Method Summary
 boolean areWBsRemoved(Quad q)
          Returns true if this Quad is a NEW or ANEW for which write * barriers have been removed.
 

Method Detail

areWBsRemoved

boolean areWBsRemoved(Quad q)
Returns true if this Quad is a NEW or ANEW for which write * barriers have been removed.