NAME
tools/dev/list_unjitted.pl
DESCRIPTION
For a given platform, report the number of ops JITted or not JITted.
USAGE
Called from top-level directory of Parrot distribution:
perl tools/dev/list_unjitted.pl [platform]
... where platform is a directory in src/jit under which there exists a core.jit file.
Sample output on STDOUT
:
Platform: ppc Not jitted: 1085 Jitted: 141 Total ops: 1223
AUTHOR
Stefan Lidman (April 2004). Revised and renamed by James E Keenan (April 2008).