Package | Description |
---|---|
org.jruby.ir |
Modifier and Type | Field and Description |
---|---|
protected FullInterpreterContext |
IRScope.fullInterpreterContext
-X-C full interpretation OR JIT depends on this
|
Modifier and Type | Method and Description |
---|---|
FullInterpreterContext |
IRScope.getFullInterpreterContext() |
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.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.