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.
int main(int argc, char *argv[])
include/parrot/exec.h, src/exec_save.h, src/exec.c and compilers/imcc/main.c.
Initial version by Daniel Grunblatt on 2003.6.9
|