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>2009-12-12 07:19:36 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-12-12 07:19:36 +0300
commit696bad1ee8549763b3e998fca7c1b5f97d29efb1 (patch)
tree4c1daee8340e145c42eb6f19ee19fa39e3e91ad3 /README
parent9a1ce654da10bdfa5820bcf231f77886c6412aec (diff)
Update
svn path=/trunk/mono/; revision=148329
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index b1f596e69bd..d7fd4444128 100644
--- a/README
+++ b/README
@@ -396,6 +396,19 @@ This is Mono.
framework, and the various SSA-based
optimizations.
+ --enable-llvm
+
+ This enables the use of LLVM as a code generation engine
+ for Mono. The LLVM code generator and optimizer will be
+ used instead of Mono's built-in code generator for both
+ Just in Time and Ahead of Time compilations.
+
+ See the http://www.mono-project.com/Mono_LLVM for the
+ full details and up-to-date information on this feature.
+
+ You will need to have an LLVM built that Mono can link
+ against
+
--enable-big-arrays
This enables the use arrays whose indexes are larger