Package | Description |
---|---|
org.jruby.ir.instructions |
Modifier and Type | Class and Description |
---|---|
class |
AliasInstr |
class |
GVarAliasInstr |
class |
ModuleVersionGuardInstr
This instruction will be generated whenever speculative optimizations are performed
based on assuming that an object's metaclass is C (as determined by the version number
of C -- where the version number changes every time C's class structure changes).
|
class |
PutClassVariableInstr |
class |
PutConstInstr |
class |
PutFieldInstr |
class |
PutGlobalVarInstr |
class |
PutInstr |
class |
StoreLocalVarInstr |
Copyright © 2001-2015 JRuby. All Rights Reserved.