Package | Description |
---|---|
com.google.gwt.dev.jjs.impl.gflow | |
com.google.gwt.dev.jjs.impl.gflow.constants | |
com.google.gwt.dev.jjs.impl.gflow.copy | |
com.google.gwt.dev.jjs.impl.gflow.liveness |
Modifier and Type | Method and Description |
---|---|
static <N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> |
AnalysisSolver.solve(G g,
Analysis<N,E,G,A> analysis,
boolean forward)
Solve a non-integrated analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantsAnalysis
Constant propagation optimization.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyAnalysis
Analysis which detects that one variable is the copy of the other,
and uses older var instead.
|
Modifier and Type | Class and Description |
---|---|
class |
LivenessAnalysis
Analysis which detects when variable is not used after the assignment,
and eliminates assignment.
|
Copyright © 2018. All rights reserved.