From 8e458c6646b650f1c5c4c2830415cfc8b88b9c07 Mon Sep 17 00:00:00 2001 From: nmorozov Date: Tue, 12 Sep 2006 16:33:52 +0400 Subject: [PATCH] rearranging doc links to distinguish guides and arch descriptionS --- xdocs/subcomponents/drlvm/index.xml | 75 +++++++++++++++++++---------------- 1 files changed, 40 insertions(+), 35 deletions(-) diff --git a/xdocs/subcomponents/drlvm/index.xml b/xdocs/subcomponents/drlvm/index.xml index fe2c700..184bb22 100644 --- a/xdocs/subcomponents/drlvm/index.xml +++ b/xdocs/subcomponents/drlvm/index.xml @@ -51,52 +51,57 @@
  • README -
    - Building instructions for the VM source code. -
    +
    + Source package and building instructions for the VM source code. +
  • +
  • + + Getting Started + +
    + Basic usage scenarios of VM and lists standard + and non-standard supported options.
  • Debugging VM and JIT -
    - Guide to debugging VM and Jitrino.JET source code covering - basic actions and some useful tips -
    +
    + Guide to debugging VM and Jitrino.JET source code covering + basic actions and some useful tips +
  • +
  • + Configuring Execution Manager +
    + Guide to Execution Manager (EM) options and configuration file format.
    +
  • +
  • + How to write DRL GC +
    + Instructions on creating a custom garbage collector implementation in C++ + and configuring the DRL virtual machine to use it with a real-life example + of a copying GC implementation (source included) +
  • - +
      -
    • - - Getting Started -
      - Basic usage scenarios of VM and lists standard - and non-standard supported options. -
      -
    • +
    • Developer's Guide -
      - In-depth description of the DRLVM internal architecture and components' interaction -
      +
      + In-depth description of the DRLVM internal architecture and components' interaction +
      + Now with additions in separate documents:
    • +
      • - How to write DRL GC -
        - Instructions on creating a custom garbage collector implementation in C++ - and configuring the DRL virtual machine to use it with a real-life example - of a copying GC implementation (source included) -
        -
      • -
      • Execution Manager Component Description -
        - Detailed description of the Execution Manager current implementation
        -
        -
      • -
      • Configuring Execution Manager -
        - Guide to Execution Manager (EM) options and configuration file format.
        -
        + Execution Manager Component Description +
        + Detailed description of the Execution Manager current implementation +
        + Invalidates implementation-specific info in the DRLVM Developer's guide
      • +
      +
    -- 1.4.1