| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.allocator | |
| de.mirkosertic.bytecoder.backend |
| Modifier and Type | Method and Description |
|---|---|
static Allocator |
Allocator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Allocator[] |
Allocator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Allocator |
CompileOptions.getAllocator() |
| Constructor and Description |
|---|
CompileOptions(Logger aLogger,
boolean aDebugOutput,
Optimizer aOptimizer,
boolean aEnableExceptions,
String aFilenamePrefix,
int aWasmMinimumPageSize,
int aWasmMaximumPageSize,
boolean aMinify,
boolean aPreferStackifier,
Allocator aAllocator,
String[] aAdditionalClassesToLink,
String[] aAdditionalResources,
LLVMOptimizationLevel aLlvmOptimizationLevel) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.