| Class | Description |
|---|---|
| BeginEndInterpreterContext |
Script body and Evals both have begin/end bodies and need the same state
to interpret.
|
| BodyInterpreterEngine |
An interpreter which puts common subset of instrs in main switch.
|
| ClosureInterpreterContext |
Interpreter knowledge needed to interpret a closure.
|
| FullInterpreterContext |
Created by enebo on 2/27/15.
|
| Interpreter | |
| InterpreterContext | |
| InterpreterEngine |
Base full interpreter.
|
| Profiler | |
| SimpleMethodInterpreterEngine |
An attempt at a minimal subset of instrs for small simple methods.
|
| StartupInterpreterEngine |
This interpreter is meant to interpret the instructions generated directly from IRBuild.
|
Copyright © 2001-2016 JRuby. All Rights Reserved.