BC_STACK_SIZE 392 src/bytecode.c bc->stack = xmalloc (BC_STACK_SIZE); BC_STACK_SIZE 393 src/bytecode.c bc->stack_end = bc->stack + BC_STACK_SIZE;