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