Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Classes | |
class | core.memory.InstructionMemory |
The Instruction memory stores all of the instructions in the program. More... | |
Namespaces | |
core.memory | |
DVM instruction memory. | |
Functions | |
def | core.memory.memory |
Get a reference to the instruction memory. More... | |
def | core.memory.reset |
Delete all the contents of the instruction memory. More... | |
def | core.memory.get |
Get an instruction from the main memory. More... | |
def | core.memory.add |
Add an instruction to the main memory. More... | |
def | core.memory.needsMatcher |
See if an instruction needs to pass the matcher Instructions that require a context manager are stored in a separate part of the memory, so checking the key suffices. More... | |
Variables | |
tuple | core.memory.__MEMORY__ = InstructionMemory(2) |
Main instance of the instruction memory. More... | |