[mono/mono] e8689f2e: adsgas
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <0000014206b81113-df8b5f6a-a7b2-4931-8a2b-090acd690f80-000000@email.amazonses.com> |
Branch: refs/heads/readmeUpdate
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/8419804e3ac8...e8689f2e2f96
Commit: e8689f2e2f962c604c54b06fe42b65ec6c8a76bb
Author: Therzok <[email protected]> (Therzok)
Date: 2013-10-30 00:14:48 GMT
URL: https://github.com/mono/mono/commit/e8689f2e2f962c604c54b06fe42b65ec6c8a76bb
adsgas
Changed paths:
M README.md
Modified: README.md
===================================================================
@@ -314,60 +314,77 @@ require a subset of Mono functionality.
* The list is a comma-separated list of components that
should be removed, these are:
- * `aot`:
+ 1. `aot`:
Disables support for the Ahead of Time compilation.
- * `attach`:
+
+ 2. `attach`:
Support for the Mono.Management assembly and the
VMAttach API (allowing code to be injected into
a target VM)
- * `com`:
+
+ 3. `com`:
Disables COM support.
- * `debug`:
+
+ 4. `debug`:
Drop debugging support.
- * `decimal`:
+
+ 5. `decimal`:
Disables support for System.Decimal.
- * `full_messages`:
+
+ 6. `full_messages`:
By default Mono comes with a full table
of messages for error codes. This feature
turns off uncommon error messages and reduces
the runtime size.
- * `generics`:
+
+ 7. `generics`:
Generics support. Disabling this will not
allow Mono to run any 2.0 libraries or
code that contains generics.
- * `jit`:
+
+ 8. `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`:
+
+ 9. `large_code`:
Disables support for large assemblies.
- * `logging`:
+
+ 10. `logging`:
Disables support for debug logging.
- * `pinvoke`:
+
+ 11. `pinvoke`:
Support for Platform Invocation services,
disabling this will drop support for any
libraries using DllImport.
- * `portability`:
+
+ 12. `portability`:
Removes support for MONO_IOMAP, the environment
variables for simplifying porting applications that
are case-insensitive and that mix the Unix and Windows path separators.
- * `profiler`:
+
+ 13. `profiler`:
Disables support for the default profiler.
- * `reflection_emit`:
+
+ 14. `reflection_emit`:
Drop System.Reflection.Emit support
- * `reflection_emit_save`:
+
+ 15. `reflection_emit_save`:
Drop support for saving dynamically created
assemblies (AssemblyBuilderAccess.Save) in
System.Reflection.Emit.
- * `shadow_copy`:
+
+ 16. `shadow_copy`:
Disables support for AppDomain's shadow copies
(you can disable this if you do not plan on
using appdomains).
- * `simd`:
+
+ 17. `simd`:
Disables support for the Mono.SIMD intrinsics
library.
- * `ssa`:
+
+ 18. `ssa`:
Disables compilation for the SSA optimization
framework, and the various SSA-based optimizations.
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches