INIT_COMPILE_STACK_SIZE
compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
compile_stack.size = INIT_COMPILE_STACK_SIZE;