| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis |
Static analysis of Lua programs operating on the IR.
|
| org.classdump.luna.compiler.tf |
IR transformations.
|
| Modifier and Type | Method and Description |
|---|---|
LivenessInfo |
LivenessAnalyser.analyse() |
static LivenessInfo |
LivenessAnalyser.computeLiveness(IRFunc fn) |
| Modifier and Type | Method and Description |
|---|---|
static IRFunc |
DeadCodePruner.pruneDeadCode(IRFunc fn,
TypeInfo types,
LivenessInfo liveness) |
| Constructor and Description |
|---|
DeadCodePrunerVisitor(TypeInfo types,
LivenessInfo liveness) |
Copyright © 2016–2017. All rights reserved.