Package | Description |
---|---|
org.jruby.compiler | |
org.jruby.internal.runtime | |
org.jruby.internal.runtime.methods | |
org.jruby.ir | |
org.jruby.runtime |
Modifier and Type | Method and Description |
---|---|
void |
JITCompiler.buildThresholdReached(ThreadContext context,
Compilable method) |
java.lang.Runnable |
JITCompiler.getTaskFor(ThreadContext context,
Compilable method) |
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractIRMethod & Compilable> |
AbstractIRMethod.tryJit(ThreadContext context,
T self) |
Modifier and Type | Class and Description |
---|---|
class |
CompiledIRMethod |
class |
DefineMethodMethod
Supports optimization for define_method.
|
class |
InterpretedIRBodyMethod
Created by enebo on 2/6/15.
|
class |
InterpretedIRMetaClassBody |
class |
InterpretedIRMethod
Method for -X-C (interpreted only execution).
|
class |
MixedModeIRMethod |
Modifier and Type | Field and Description |
---|---|
Compilable |
IRScope.compilable |
Modifier and Type | Class and Description |
---|---|
class |
InterpretedIRBlockBody |
class |
MixedModeIRBlockBody |
Copyright © 2001-2021 JRuby. All Rights Reserved.