| 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?

void Parrot_set_config_hash_internalstatic void parrot_set_config_hash_interpretervoid init_world_onceinterp should be the root interpreter created in Parrot_new(NULL).
void init_worldinit_world_once().It sets up the Parrot system,
running any platform-specific init code if necessary,
then initializing the string subsystem,
and setting up the base vtables and core PMCs.interp should be the root interpreter created in Parrot_new(NULL).
void parrot_global_setup_2
|
|
|