You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by na...@apache.org on 2007/01/15 16:16:19 UTC

svn commit: r496367 - in /harmony/standard/site: docs/subcomponents/drlvm/JIT.html docs/subcomponents/drlvm/index.html xdocs/subcomponents/drlvm/Jitrino.html xdocs/subcomponents/drlvm/index.xml

Author: nadinem
Date: Mon Jan 15 07:16:18 2007
New Revision: 496367

URL: http://svn.apache.org/viewvc?view=rev&rev=496367
Log:
HARMONY-2865 - adding links to the new doc about iprof, ready to close the issue

Modified:
    harmony/standard/site/docs/subcomponents/drlvm/JIT.html
    harmony/standard/site/docs/subcomponents/drlvm/index.html
    harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html
    harmony/standard/site/xdocs/subcomponents/drlvm/index.xml

Modified: harmony/standard/site/docs/subcomponents/drlvm/JIT.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/JIT.html?view=diff&rev=496367&r1=496366&r2=496367
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/JIT.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/JIT.html Mon Jan 15 07:16:18 2007
@@ -86,106 +86,90 @@
         <ul>
                     <li class="menuItem">    <a href="../../index.html">Home</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../license.html">License</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../contribution_policy.html">Contribution Policy</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../guidelines.html">Project Guidelines</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../downloads.html">Downloads</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Community</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../../get-involved.html">Get Involved</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../contributors.html">Committers</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../mailing.html">Mailing Lists</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../documentation/documentation.html">Documentation</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../faq.html">FAQ</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://wiki.apache.org/harmony">Wiki</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Development</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../../status.html">How Are We Doing?</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../roadmap.html">Road Map / TODO</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../svn.html">Source Code</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/HARMONY">JIRA</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../related.html">Other Projects</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Subcomponents</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../../subcomponents/buildtest/index.html">Build-Test Framework</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../subcomponents/classlibrary/index.html">Class Library</a>
 </li>
-            
            
                            <table>
               <tr><td class="menuItem">
@@ -195,15 +179,14 @@
                         
                     <li class="menuItem">    <a href="../../subcomponents/drlvm/index.html">DRLVM</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../subcomponents/jchevm/index.html">JCHEVM</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
                         </td>
                     <td width="80%" valign="top"><a name="top"></a>
                                         
@@ -1885,6 +1868,9 @@
          <li>
             <a href="#CFG">The control flow graph</a> represents the flow of a
             method and give basis for IR forms.
+         </li>
+         <li><a href="internal_profiler.html">Internal Profiler</a> of the code generator instruments code so that per-method counters 
+         of executed instructions can be dumped.
          </li>
       </ul>
       <p class="note">

Modified: harmony/standard/site/docs/subcomponents/drlvm/index.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/index.html?view=diff&rev=496367&r1=496366&r2=496367
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/index.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/index.html Mon Jan 15 07:16:18 2007
@@ -86,106 +86,90 @@
         <ul>
                     <li class="menuItem">    <a href="../../index.html">Home</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../license.html">License</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../contribution_policy.html">Contribution Policy</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../guidelines.html">Project Guidelines</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../downloads.html">Downloads</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Community</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../../get-involved.html">Get Involved</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../contributors.html">Committers</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../mailing.html">Mailing Lists</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../documentation/documentation.html">Documentation</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../faq.html">FAQ</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://wiki.apache.org/harmony">Wiki</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Development</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../../status.html">How Are We Doing?</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../roadmap.html">Road Map / TODO</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../svn.html">Source Code</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/HARMONY">JIRA</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../related.html">Other Projects</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Subcomponents</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../../subcomponents/buildtest/index.html">Build-Test Framework</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../subcomponents/classlibrary/index.html">Class Library</a>
 </li>
-            
            
                            <table>
               <tr><td class="menuItem">
@@ -195,15 +179,14 @@
                         
                     <li class="menuItem">    <a href="../../subcomponents/drlvm/index.html">DRLVM</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../../subcomponents/jchevm/index.html">JCHEVM</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
                         </td>
                     <td width="80%" valign="top"><a name="top"></a>
                                                                     <h1>
@@ -309,6 +292,16 @@
               <br />
               Relies on the <a href="JIT.html">JIT Compiler Component Description</a>,
               which gives a general definition of PMF.
+            </li>
+             <li>
+               <a href="internal_profiler.html">Jitrino Internal Profiler Description</a>
+             <br />
+              Description of the code generator's internal profiler tool (iprof) for Jitrino.OPT
+              just-in-time compiler, which defines the tool, illustrates its sample output and
+              configuration mechanisms
+              <br />
+              Relies on the <a href="JIT.html">JIT Compiler Component Description</a>,
+              which gives a general definition of just-in-time compilation and code generation processes.
             </li>
             </ul>
             <li>

Modified: harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html?view=diff&rev=496367&r1=496366&r2=496367
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html Mon Jan 15 07:16:18 2007
@@ -1676,6 +1676,9 @@
             <a href="#CFG">The control flow graph</a> represents the flow of a
             method and give basis for IR forms.
          </li>
+         <li><a href="internal_profiler.html">Internal Profiler</a> of the code generator instruments code so that per-method counters 
+         of executed instructions can be dumped.
+         </li>
       </ul>
       <p class="note">
          Note

Modified: harmony/standard/site/xdocs/subcomponents/drlvm/index.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/index.xml?view=diff&rev=496367&r1=496366&r2=496367
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/index.xml (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/index.xml Mon Jan 15 07:16:18 2007
@@ -122,6 +122,16 @@
               Relies on the <a href="JIT.html">JIT Compiler Component Description</a>,
               which gives a general definition of PMF.
             </li>
+             <li>
+               <a href="internal_profiler.html">Jitrino Internal Profiler Description</a>
+             <br />
+              Description of the code generator's internal profiler tool (iprof) for Jitrino.OPT
+              just-in-time compiler, which defines the tool, illustrates its sample output and
+              configuration mechanisms
+              <br/>
+              Relies on the <a href="JIT.html">JIT Compiler Component Description</a>,
+              which gives a general definition of just-in-time compilation and code generation processes.
+            </li>
             </ul>
             <li>
                <a href="JVMTI-PopFrame.html">JVMTI PopFrame Implementation</a>