parrotcode: Global setup | |
Contents | C |
src/global_setup.c - Global setup
Performs all the global setting up of things. This includes the very few global variables that Parrot totes around.
What are these global variables?
PARROT_API void Parrot_set_config_hash_internal(NOTNULL(const unsigned char *parrot_config), unsigned int parrot_config_size)
static void parrot_set_config_hash_interpreter(PARROT_INTERP)
void init_world_once(PARROT_INTERP)
interp
should be the root interpreter created in Parrot_new(NULL)
.void init_world(PARROT_INTERP)
init_world_once()
.interp
should be the root interpreter created in Parrot_new(NULL)
.void parrot_global_setup_2(PARROT_INTERP)
|