Module rustc_const_eval::interpret::stack
source · Expand description
Manages the low-level pushing and popping of stack frames and the (de)allocation of local variables.
For hadling of argument passing and return values, see the call
module.
Structs§
- A stack frame.
- What we store about a frame in an interpreter backtrace.
- State of a local variable including a memoized layout
- Return type of
InterpCx::pop_stack_frame_raw
.
Enums§
- Current value of a local variable