From 730b40e1b6848514d61c52da3de8b3dc953d2018 Mon Sep 17 00:00:00 2001 From: nmorozov Date: Tue, 12 Sep 2006 16:25:43 +0400 Subject: [PATCH] Bringing file to unified styles for site.csS --- xdocs/subcomponents/drlvm/gc-howto-content.html | 103 +++++++++++------------ 1 files changed, 51 insertions(+), 52 deletions(-) diff --git a/xdocs/subcomponents/drlvm/gc-howto-content.html b/xdocs/subcomponents/drlvm/gc-howto-content.html index b02266b..ed98018 100644 --- a/xdocs/subcomponents/drlvm/gc-howto-content.html +++ b/xdocs/subcomponents/drlvm/gc-howto-content.html @@ -20,24 +20,23 @@ in C++ and configuring the DRL virtual m the major steps of this procedure, namely:

Note

@@ -141,75 +140,75 @@ the Developer's Guide and documentation

2.1. GC lifecycle

2.2. Object allocation

See the Root set enumeration section in the Developer's Guide for details.

2.3. Miscellaneous

2.4. Optional

@@ -217,48 +216,48 @@ the Developer's Guide and documentation will be unavailable.

2.5. The VM_GC interface

@@ -283,15 +282,15 @@ or running.

enumeration simultaneously:

These functions effectively restrict the garbage collector to stop-the-world algorithms only.

-- 1.4.1