| parrotcode: Common stack handling routines for Parrot | |
| Contents | C | 

src/stack_common.c - Common stack handling routines for Parrot

Both the register stacks and stacks implemented in src/stacks.c have a common functionality, which is implemented in this file.
These stacks all differ only in the size of items.

stack_system_initmake_interpreter() to initialize the interpreter's register stacks.register_new_stackstack->name is used for debugging/error reporting.cst_new_stack_chunkstack_prepare_pushstack_prepare_pop
include/parrot/stacks.h, src/stacks.c, src/registers.c
|  |   |