Module brane_exe::frame_stack

source ·
Expand description

Implements the FrameStack, which is a more lightweight stack meant specifically for pushing return addresses and such.

Re-exports§

Structs§

  • Implements a FrameStack, which is used to keep track of function calls and their expected return types.