Expand description
Manages the low-level pushing and popping of stack frames and the (de)allocation of local variables.
For handling of argument passing and return values, see the call
module.
Structsยง
- Frame
- A stack frame.
- Frame
Info - What we store about a frame in an interpreter backtrace.
- Local
State - State of a local variable including a memoized layout
- Span
Guard ๐ - Stack
PopInfo - Return type of
InterpCx::pop_stack_frame_raw
.
Enumsยง
- Local
Value ๐ - Current value of a local variable
- Stack
PopCleanup