Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-16 06:39:13 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-16 06:39:13 +0400
commit7417a4d8e4df04afd1fd252373483dea742a670c (patch)
tree1b62d09652867632e0fdb7a27285d8896ba0efe4 /web/runtime
parenta5a212f6421e9c74a7ec0ae926cc20e6de6711c0 (diff)
Update
svn path=/trunk/mono/; revision=176
Diffstat (limited to 'web/runtime')
-rw-r--r--web/runtime14
1 files changed, 5 insertions, 9 deletions
diff --git a/web/runtime b/web/runtime
index 82bc0a74fa8..58bd52f6b9b 100644
--- a/web/runtime
+++ b/web/runtime
@@ -1,17 +1,13 @@
- The MonoNet runtime
+* The Mono runtime
- The MonoNet runtime will implement the JIT engine (and a byte
+ The Mono runtime will implement the JIT engine (and a byte
code interpreter for quickly porting to new systems), the
class loader, the garbage collector, threading system and
metadata access libraries.
- Currently the runtime contains the beginning of an image
- loader and metadata access entry points. Since Beta2 has been
- now released, it is possible to resume work using the ECMA
- specs and testing with Beta2-generated executables.
-
- The runtime core will be implemented in C, in a library
- "libMonoVES.so".
+ Currently the runtime has an image loader and metadata access
+ entry points. The runtime comes with a simple interpreter
+ that can execute very simple programs.
** Executing MSIL/CIL images