Package | Description |
---|---|
org.apache.flex.abc.optimize |
This package contains specialized visitors that transform their input
according to some figure of merit.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadCodeFilter
DeadCodeFilter rebuilds the method's result InstructionList by walking the
control flow graph at visitEnd() time, and resets its delegate's instructions
to the pruned InstructionList.
|
class |
PeepholeOptimizerMethodBodyVisitor
IMethodBodyVisitor that will do peephole optimization of the method body.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.