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 2006/11/29 10:58:45 UTC

svn commit: r480504 [4/7] - in /harmony/standard/site: docs/subcomponents/drlvm/ docs/subcomponents/drlvm/images/ xdocs/subcomponents/drlvm/ xdocs/subcomponents/drlvm/images/

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/HIR.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/HIR.png?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/LIR.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/LIR.png?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/Pipeline.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/Pipeline.png?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/Pipeline1.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/Pipeline1.png?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/Pipelines2.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/Pipelines2.png?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/bytecode_to_native.gif
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/bytecode_to_native.gif?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/code_selection_seq.gif
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/code_selection_seq.gif?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/code_selector.gif
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/code_selector.gif?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/compilation_process.gif
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/compilation_process.gif?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

Modified: harmony/standard/site/docs/subcomponents/drlvm/images/reference_count.gif
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/images/reference_count.gif?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
Binary files - no diff available.

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=480504&r1=480503&r2=480504
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/index.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/index.html Wed Nov 29 01:58:43 2006
@@ -304,7 +304,7 @@
                <br />
              </li>
                <li>
-               <a href="Jitrino.html">JIT Compiler Component Description</a>
+               <a href="JIT.html">JIT Compiler Component Description</a>
                <br />
                Detailed description of the Jitrino just-in-time compiler implementation; gives details on
                the internal architecture of the Jitrino.JET baseline compiler and Jitrino.OPT optimizing compiler,
@@ -313,8 +313,9 @@
                Relies on the other component descriptions and the
               <a href="Jitrino_PMF.html">Jitrino Pipeline Management Framework</a> description.
             </li>
+            <ul>
             <li>
-               <a href="Jitrino_PMF.html">Jitrino Pipeline Management Framework</a>
+               <a href="JIT_PMF.html">Jitrino Pipeline Management Framework</a>
              <br />
               Detailed description of the pipeline management framework
               that provides complete control over just-in-time compilation process through
@@ -322,9 +323,9 @@
               the command-line interface and to the Jitrino logging system.
               <br />
               Relies on the <a href="Jitrino.html">JIT Compiler Component Description</a>,
-              which gives general definition of PMF.
-        
+              which gives a general definition of PMF.
             </li>
+            </ul>
           </ul>
 
         </ul>

Modified: harmony/standard/site/xdocs/subcomponents/drlvm/JIT_PMF.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/JIT_PMF.xml?view=diff&rev=480504&r1=480503&r2=480504
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/JIT_PMF.xml (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/JIT_PMF.xml Wed Nov 29 01:58:43 2006
@@ -22,12 +22,9 @@
   <properties>
     <title>Jitrino Pipeline Management Framework</title>
     <author email="dev@harmony.apache.org">Harmony Documentation Team</author>
-
   </properties>
 
   <body>
     <docinclude name="subcomponents/drlvm/Jitrino_PMF.html"/>
-
-
   </body>
 </document>