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 [4/7] - in /harmony/standard/site: docs/subcomponents/drlvm/ docs/subcomponents/drlvm/images/ xdocs/subcomponents/drlvm/ xdocs/subcomponents/drlvm/images/

Added: 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=auto&rev=480277
==============================================================================
Binary file - no diff available.

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

Added: 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=auto&rev=480277
==============================================================================
Binary file - no diff available.

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

Added: 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=auto&rev=480277
==============================================================================
Binary file - no diff available.

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

Added: 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=auto&rev=480277
==============================================================================
Binary file - no diff available.

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

Added: 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=auto&rev=480277
==============================================================================
Binary file - no diff available.

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

Added: 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=auto&rev=480277
==============================================================================
Binary file - no diff available.

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

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=480277&r1=480276&r2=480277
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/index.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/index.html Tue Nov 28 15:23:47 2006
@@ -289,25 +289,44 @@
               <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>
                    
                 <p><a href="#top">Back to top</a></p>

Added: harmony/standard/site/xdocs/subcomponents/drlvm/JIT.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/JIT.xml?view=auto&rev=480277
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/JIT.xml (added)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/JIT.xml Tue Nov 28 15:23:47 2006
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+
+<document>
+
+  <properties>
+    <title>Jitrino Just-in-Time Compiler</title>
+    <author email="dev@harmony.apache.org">Harmony Documentation Team</author>
+
+  </properties>
+
+  <body>
+    <docinclude name="subcomponents/drlvm/Jitrino.html"/>
+
+
+  </body>
+</document>

Added: 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=auto&rev=480277
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/JIT_PMF.xml (added)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/JIT_PMF.xml Tue Nov 28 15:23:47 2006
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+
+<document>
+
+  <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>