parrotcode: Call compiled code | |
Contents | C |
src/exec_start.c - Call compiled code
What goes here?
Exec is a tool for using the JIT at compile time to generate native executables.
static void setup_argv(Interp *interpreter, int argc, char ** argv)
int main(int argc, char **argv)
include/parrot/exec.h, include/parrot/exec_save.h, src/exec.c and src/exec_start.c.
Initial version by Daniel Grunblatt on 2003.6.9
|