parrotcode: tools/dev/list_unjitted.pl | |
Contents | Tools |
tools/dev/list_unjitted.pl
For a given platform, report the number of ops JITted or not JITted.
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
Stefan Lidman (April 2004). Revised and renamed by James E Keenan (April 2008).
|