parrotcode: JIT to C | |
Contents | Tools |
tools/build/jit2c.pl - JIT to C
% perl tools/build/jit2c.pl <cpu-architecture-name> src/jit_cpu.c
This script creates src/jit_cpu.c. It parses the JIT file for the specified CPU architecture type (src/jit/cpu-architecture-name/core.jit).
|