NAME ^

src/exec_start.c - Call compiled code

SYNOPSIS ^

What goes here?

DESCRIPTION ^

Exec is a tool for using the JIT at compile time to generate native executables.

Functions ^

static void setup_argv(Interp *interpreter, int argc, char ** argv)

Stolen from embed.c.

int main(int argc, char **argv)

The run-loop.

SEE ALSO ^

include/parrot/exec.h, include/parrot/exec_save.h, src/exec.c and src/exec_start.c.

HISTORY ^

Initial version by Daniel Grunblatt on 2003.6.9


parrot