Enum stark::sail::eval::FrameOffset [−][src]
#[repr(u8)]
enum FrameOffset {
LastTop,
Return,
EnvOpc,
ArgZero,
}Expand description
Offsets into an evaluation stack frame (header included)
Variants
Top of the last frame
Return address
Environment and opcode (tagged pointer)
First body word