You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2006/11/29 00:23:50 UTC

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

Added: harmony/standard/site/xdocs/subcomponents/drlvm/images/HIR.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/images/HIR.png?view=auto&rev=480277
==============================================================================
Binary file - no diff available.

Propchange: harmony/standard/site/xdocs/subcomponents/drlvm/images/HIR.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: harmony/standard/site/xdocs/subcomponents/drlvm/images/LIR.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/images/LIR.png?view=auto&rev=480277
==============================================================================
Binary file - no diff available.

Propchange: harmony/standard/site/xdocs/subcomponents/drlvm/images/LIR.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipeline.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipeline.png?view=auto&rev=480277
==============================================================================
Binary file - no diff available.

Propchange: harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipeline.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipeline1.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipeline1.png?view=auto&rev=480277
==============================================================================
Binary file - no diff available.

Propchange: harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipeline1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipelines2.png
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipelines2.png?view=auto&rev=480277
==============================================================================
Binary file - no diff available.

Propchange: harmony/standard/site/xdocs/subcomponents/drlvm/images/Pipelines2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Added: harmony/standard/site/xdocs/subcomponents/drlvm/images/code_selection_seq.gif
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/images/code_selection_seq.gif?view=auto&rev=480277
==============================================================================
Binary file - no diff available.

Propchange: harmony/standard/site/xdocs/subcomponents/drlvm/images/code_selection_seq.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

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

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

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=480277&r1=480276&r2=480277
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/index.xml (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/index.xml Tue Nov 28 15:23:47 2006
@@ -103,31 +103,47 @@
               <br />
               Detailed description of the Execution Manager current implementation
               <br/>
-              Invalidates implementation-specific info in the DRLVM Developer's guide
-            </li>
+             </li>
             <li>
               <a href="TM.html">Thread Manager Component Description</a>
               <br />
               Detailed description of the Thread Manager current implementation
               <br/>
-              Invalidates implementation-specific info in the DRLVM Developer's guide
-            </li>
+               </li>
             <li>
                <a href="kernel_classes.html">Kernel Classes Component Description</a>
                <br />
                Detailed description of the kernel classes implementation with focus on the native part of
                kernel classes and the internal kernel classes interface.
                <br/>
-               Invalidates implementation-specific info in the DRLVM Developer's guide.
+             </li>
+               <li>
+               <a href="Jitrino.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,
+               as well as processes running inside them.
+             <br/>
+               Relies on the other component descriptions and the
+              <a href="Jitrino_PMF.html">Jitrino Pipeline Management Framework</a> description.
+            </li>
+            <li>
+               <a href="Jitrino_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
+              the Java property mechanism. The description covers the PMF application to
+              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.
+        
             </li>
           </ul>
-          
-        </ul>
-    </subsection>
-
 
+        </ul>
+     </subsection>
  </section>
-
  </body>
  </document>