Module cairo_vm::vm::trace::trace_entry
source · Structs
- A trace entry for every instruction that was executed. Holds the register values before the instruction was executed. Before relocation: Register values are represented as their offsets, as their indexes will always be 0,1,1 respectively The index of the last pc will not be equal to 0, but it is not appended to the trace After relocation the value of each register will be a single integer