| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis |
Static analysis of Lua programs operating on the IR.
|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeInfo |
TypeInfo.of(Map<Val,Type> valTypes,
Map<PhiVal,Type> phiValTypes,
Map<MultiVal,TypeSeq> multiValTypes,
Set<Var> vars,
Set<Var> reifiedVars,
TypeSeq returnType) |
| Modifier and Type | Method and Description |
|---|---|
PhiVal |
PhiStore.dest() |
PhiVal |
RegProvider.newPhiVal() |
PhiVal |
PhiLoad.src() |
| Constructor and Description |
|---|
PhiLoad(Val dest,
PhiVal src) |
PhiStore(PhiVal dest,
Val src) |
Copyright © 2016–2017. All rights reserved.