Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cd14cddf3b3ceaf1193157472227757a > files > 385

parrot-doc-1.6.0-1mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Parrot  - tools/dev/list_unjitted.pl</title>
        <link rel="stylesheet" type="text/css"
            href="../../../resources/parrot.css"
            media="all">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    </head>
    <body>
        <div id="wrapper">
            <div id="header">

                <a href="http://www.parrot.org">
                <img border=0 src="../../../resources/parrot_logo.png" id="logo" alt="parrot">
                </a>
            </div> <!-- "header" -->
            <div id="divider"></div>
            <div id="mainbody">
                <div id="breadcrumb">
                    <a href="../../../html/index.html">Home</a> &raquo; <a href="../../../html/tools.html">Tools</a> &raquo; tools/dev/list_unjitted.pl
                </div>

<h1><a name="NAME"
>NAME</a></h1>

<p>tools/dev/list_unjitted.pl</p>

<h1><a name="ABSTRACT"
>ABSTRACT</a></h1>

<p>For a given platform,
report the number of ops JITted or not JITted.</p>

<h1><a name="USAGE"
>USAGE</a></h1>

<p>Called from top&#45;level directory of Parrot distribution:</p>

<pre>    perl tools/dev/list_unjitted.pl [platform]</pre>

<p>... where <i>platform</i> is a directory in <em>src/jit</em> under which there exists a <em>core.jit</em> file.</p>

<p>Sample output on <code>STDOUT</code>:</p>

<pre>    Platform:      ppc
    Not jitted:   1085
    Jitted:        141
    Total ops:    1223</pre>

<h1><a name="AUTHOR"
>AUTHOR</a></h1>

<p>Stefan Lidman (April 2004). Revised and renamed by James E Keenan (April 2008).</p>
            </div> <!-- "mainbody" -->
            <div id="divider"></div>
            <div id="footer">
	        Copyright &copy; 2002-2009, Parrot Foundation.
            </div>
        </div> <!-- "wrapper" -->
    </body>
</html>