harpoon.Analysis.SizeOpt
Class SizeCounters

java.lang.Object
  extended by harpoon.Analysis.Transformation.MethodMutator<Quad>
      extended by harpoon.Analysis.SizeOpt.SizeCounters
All Implemented Interfaces:
Serializable

public class SizeCounters
extends MethodMutator<Quad>

The SizeCounters code factory adds counters for various allocation properties, to aid in determining the effectiveness of the various size optimizations in this package.

Version:
$Id: SizeCounters.java,v 1.6 2004/02/08 03:20:22 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
Serialized Form

Constructor Summary
SizeCounters(HCodeFactory parent, Frame frame)
          Creates a SizeCounters.
 
Method Summary
protected  HCode<Quad> mutateHCode(HCodeAndMaps<Quad> input)
          Override this method to effect transformations on split methods.
 
Methods inherited from class harpoon.Analysis.Transformation.MethodMutator
cloneHCode, codeFactory, mutateCodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SizeCounters

public SizeCounters(HCodeFactory parent,
                    Frame frame)
Creates a SizeCounters.

Method Detail

mutateHCode

protected HCode<Quad> mutateHCode(HCodeAndMaps<Quad> input)
Description copied from class: MethodMutator
Override this method to effect transformations on split methods.

Overrides:
mutateHCode in class MethodMutator<Quad>