com.bea.jvm
Interface Optimization

All Superinterfaces:
Describable

Deprecated. Replaced by com.bea.jvm.CodeGenerationStrategy

public interface Optimization
extends Describable

An available code optimization in the CompilationSystem.

Author:
Calle Wilund

Method Summary
 java.lang.String getDescription()
          Deprecated. Returns a description of the optimization, for instance SSASparseCondConstProp, SSADeadAssRemoval, GlobalCopyPropBackward etc.
 

Method Detail

getDescription

public java.lang.String getDescription()
Deprecated. 
Returns a description of the optimization, for instance SSASparseCondConstProp, SSADeadAssRemoval, GlobalCopyPropBackward etc.

Specified by:
getDescription in interface Describable
Returns:
the description as a String.
See Also:
Describable.getDescription()