| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis |
Static analysis of Lua programs operating on the IR.
|
| org.classdump.luna.compiler.gen.asm |
Java bytecode generation using the ASM library.
|
| Modifier and Type | Method and Description |
|---|---|
static SlotAllocInfo |
SlotAllocator.allocateSlots(IRFunc fn) |
SlotAllocInfo |
SlotAllocator.process() |
| Modifier and Type | Field and Description |
|---|---|
SlotAllocInfo |
ASMBytecodeEmitter.slots |
| Constructor and Description |
|---|
ASMBytecodeEmitter(IRFunc fn,
SlotAllocInfo slots,
TypeInfo types,
DependencyInfo deps,
CompilerSettings compilerSettings,
ClassNameTranslator classNameTranslator,
String sourceFile) |
Copyright © 2016–2017. All rights reserved.