Expand description
Items related to stepping forward VM execution by synchronous operations.
Functionsยง
- eval
- Evaluate the operations of a single synchronous program and return its boolean result.
- eval_
ops - Evaluate a slice of synchronous operations and return their boolean result.
- exec
- Execute the given synchronous operations and return the resulting stack.
- exec_
ops - Execute a slice of synchronous operations and return the resulting stack.
- step_op
- Step forward execution by the given synchronous operation.
- step_
op_ access - Step forward execution by the given access operation.
- step_
op_ alu - Step forward execution by the given ALU operation.
- step_
op_ crypto - Step forward execution by the given crypto operation.
- step_
op_ memory - Step forward execution by the given memory operation.
- step_
op_ pred - Step forward execution by the given predicate operation.
- step_
op_ stack - Step forward execution by the given stack operation.
- step_
op_ sync - Step forward the VM by a single synchronous operation.
- step_
op_ total_ control_ flow - Step forward execution by the given total control flow operation.