Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.interpreter | |
org.jruby.ir.transformations.inlining |
Modifier and Type | Field and Description |
---|---|
protected FullInterpreterContext |
IRScope.fullInterpreterContext
-X-C full interpretation OR JIT depends on this
|
protected FullInterpreterContext |
IRScope.optimizedInterpreterContext
Speculatively optimized code
|
Modifier and Type | Method and Description |
---|---|
FullInterpreterContext |
IRScope.getExecutionContext() |
FullInterpreterContext |
IRScope.getFullInterpreterContext() |
FullInterpreterContext |
IRScope.getOptimizedInterpreterContext() |
FullInterpreterContext |
IRScope.prepareFullBuild()
This initializes a more complete(full) InterpreterContext which if used in mixed mode will be
used by the JIT and if used in pure-interpreted mode it will be used by an interpreter engine.
|
Modifier and Type | Method and Description |
---|---|
FullInterpreterContext |
FullInterpreterContext.duplicate() |
Constructor and Description |
---|
CFGInliner(FullInterpreterContext fullInterpreterContext) |
Copyright © 2001-2018 JRuby. All Rights Reserved.