Module sync

Source
Expand description

Items related to stepping forward VM execution by synchronous operations.

Functionsยง

step_op
Step forward execution by the given synchronous operation. This includes the synchronous state read 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_compute
Step forward execution by the given compute 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_parent_memory
Step forward execution by the given parent 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_state_reads
Step forward execution by the given state reads operation.
step_op_total_control_flow
Step forward execution by the given total control flow operation.