| 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_set_config_hash_internalparrot_set_config_hash_interpreterinit_world_once(PARROT_INTERP)interp should be the root interpreter created in Parrot_new(NULL).init_world(PARROT_INTERP)init_world_once().interp should be the root interpreter created in Parrot_new(NULL).
|
|
|