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-10-04 01:34:34 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-10-04 01:34:34 +0400
commit8f0599b8c86e74eae4ed85ba2d8f1be6ea57ca75 (patch)
tree4368bb95d06f903159b464821f1b48e6dd249f9c /README
parent2b223a52488013edb9ad9c5d7198ddd8dcf501ff (diff)
Sort the options in enable-minimal, and add simd
svn path=/trunk/mono/; revision=114800
Diffstat (limited to 'README')
-rw-r--r--README50
1 files changed, 27 insertions, 23 deletions
diff --git a/README b/README
index ceeb4146f70..d5cf13476d6 100644
--- a/README
+++ b/README
@@ -324,48 +324,52 @@ This is Mono.
Disables support for the Ahead of Time
compilation.
- profiler:
- Disables support for the default profiler.
+ com:
+ Disables COM support.
+
+ debug:
+ Drop debugging support.
decimal:
Disables support for System.Decimal.
+ generics:
+ 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.
+
+ large_code:
+ Disables support for large assemblies.
+
+ logging:
+ Disables support for debug logging.
+
pinvoke:
Support for Platform Invocation services,
disabling this will drop support for any
libraries using DllImport.
- debug:
- Drop debugging support.
+ profiler:
+ Disables support for the default profiler.
reflection_emit:
Drop System.Reflection.Emit support
- large_code:
- Disables support for large assemblies.
-
- logging:
- Disables support for debug logging.
-
- com:
- Disables COM support.
+ simd:
+ Disables support for the Mono.SIMD intrinsics
+ library.
ssa:
Disables compilation for the SSA optimization
framework, and the various SSA-based
optimizations.
- generics:
- 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