Struct stark::sail::eval::_Frame [−][src]
Expand description
Contents of a frame head in this Sail evaluation stack
Fields
last_top_frame: usize
Pointer to the frame immediately before this one on the stack
return_address: usize
Address to which to return the value this frame produces
env_and_opcode: usize
Sail environment and opcode for this frame (tagged pointer)