Package | Description |
---|---|
org.jruby.compiler.impl | |
org.jruby.runtime.opto |
Modifier and Type | Class and Description |
---|---|
class |
InheritedCacheCompiler |
class |
InvokeDynamicCacheCompiler
A CacheCompiler that uses invokedynamic as a lazy thunk for literals and other
invokedynamic features like SwitchPoint to produce fast (nearly free)
invalidatable caches for things like constant lookup.
|
Modifier and Type | Method and Description |
---|---|
CacheCompiler |
StandardASMCompiler.getCacheCompiler() |
Modifier and Type | Method and Description |
---|---|
static CacheCompiler |
OptoFactory.newCacheCompiler(StandardASMCompiler scriptCompiler) |
Copyright © 2001-2015 JRuby. All Rights Reserved.