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
path: root/README
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-09-13 01:50:51 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-09-13 01:50:51 +0400
commit7fbd1028cd9e9d0ff8dd0ca765f62b31945cf464 (patch)
tree94d3d145f89d723f5183857e312f1cb343da878c /README
parentfd6f6c88a8fcacd86e0cd0bcfa4d162af70f5dc6 (diff)
UPdate
svn path=/trunk/mono/; revision=112911
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 02f4bde7a83..7e80ff86efc 100644
--- a/README
+++ b/README
@@ -351,7 +351,13 @@ This is Mono.
Generics support. Disabling this will not
allow Mono to run any 2.0 libraries or
code that contains generics.
-
+
+ jit:
+ Removes the JIT engine from the build, this reduces
+ the executable size, and requires that all code
+ executed by the virtual machine be compiled with
+ Full AOT before execution.
+
--enable-big-arrays
This enables the use arrays whose indexes are larger