Expand description
Type traits and definitions for interpreter customization.
Traitsยง
- Immediates
- Helper function to read immediates data from the bytecode
- Inputs
Tr - Trait for fetching inputs of the call.
- Interp
- Trait for interpreter execution.
- Interpreter
Types - Trait defining the component types used by an interpreter implementation.
- Jumps
- Trait for Interpreter to be able to jump
- Legacy
Bytecode - Trait needed for legacy bytecode.
- Loop
Control - Trait controls execution of the loop.
- Memory
Tr - Trait for Interpreter memory operations.
- Return
Data - Returns return data.
- Runtime
Flag - Runtime flags that control interpreter execution behavior.
- StackTr
- Functions needed for Interpreter Stack operations.