[mono/mono] 327c2eba: asdfasdf

"Therzok ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <0000014206b2865e-e44f369d-800f-4ba2-83a7-0c9c65fd0649-000000@email.amazonses.com>
   Branch: refs/heads/readmeUpdate
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/eef32533b16f...327c2eba9565

   Commit: 327c2eba95656fc0d8dc31f961f0fb5f612ba992
   Author: Therzok <[email protected]> (Therzok)
     Date: 2013-10-30 00:08:35 GMT
      URL: https://github.com/mono/mono/commit/327c2eba95656fc0d8dc31f961f0fb5f612ba992

asdfasdf

Changed paths:
  M README.md

Modified: README.md
===================================================================
@@ -223,39 +223,37 @@ library libmono.so will always be produced for
 developers that want to embed the runtime in their
 application.
 
-* `--with-xen-opt=yes,no`
+* `--with-xen-opt=yes,no` - Optimize code for Xen virtualization.
 
-  * The default value for this is `yes', and it makes Mono
-generate code which might be slightly slower on
-average systems, but the resulting executable will run
+  * It makes Mono generate code which might be slightly
+slower on average systems, but the resulting executable will run
 faster under the Xen virtualization system.
 
+  * This defaults to `yes`.
+
 * `--with-large-heap=yes,no` - Enable support for GC heaps larger than 3GB.
 
   * This defaults to `no`.
 
-* `--enable-small-config=yes,no`
+* `--enable-small-config=yes,no` - Enable some tweaks to reduce memory usage
+and disk footprint at the expense of some capabilities.
 
-  * Enable some tweaks to reduce memory usage and disk footprint at
-the expense of some capabilities. Typically this means that the
-number of threads that can be created is limited (256), that the
-maxmimum heap size is also reduced (256 MB) and other such limitations
-that still make mono useful, but more suitable to embedded devices
-(like mobile phones).
+  * Typically this means that the number of threads that can be created
+is limited (256), that the maximum heap size is also reduced (256 MB)
+and other such limitations that still make mono useful, but more suitable
+to embedded devices (like mobile phones).
 
   * This defaults to `no`.
 
-* `--with-ikvm-native=yes,no`
+* `--with-ikvm-native=yes,no` - Controls whether the IKVM JNI interface library is
+built or not.
 
-  * Controls whether the IKVM JNI interface library is
-built or not.  This is used if you are planning on
+  * This is used if you are planning on
 using the IKVM Java Virtual machine with Mono.
 
   * This defaults to `yes`.
 
-* `--with-profile4=yes,no`
-
-  * Whether you want to build the 4.x profile libraries
+* `--with-profile4=yes,no` - Whether you want to build the 4.x profile libraries
 and runtime.
 
   * This defaults to `yes`.
@@ -266,18 +264,18 @@ and runtime.
 libraries and toolchain in addition to the default
 (1.1 and 2.0 APIs).
 
-  * This will produce the `smcs' compiler which will reference
+  * This will produce the `smcs` compiler which will reference
 the Silverlight modified assemblies (mscorlib.dll,
 System.dll, System.Code.dll and System.Xml.Core.dll) and turn
 on the LINQ extensions for the compiler.
 
 * `--with-moon-gc=boehm,sgen` - Select the GC to use for Moonlight.
 
-  * boehm:
+  * *boehm*:
 Selects the Boehm Garbage Collector, with the same flags
 as the regular Mono build. This is the default.
 
-  * sgen:
+  * *sgen*:
 Selects the new SGen Garbage Collector, which provides
 Generational GC support, using the same flags as the
 mono-sgen build.
@@ -315,7 +313,7 @@ is only useful for developers embedding Mono that
 require a subset of Mono functionality.
 
   * The list is a comma-separated list of components that
-should be removed, these are:
+should be removed, these are
 
     * `aot`:
 Disables support for the Ahead of Time compilation.
@@ -409,10 +407,8 @@ against.
 into a runtime-loadable module instead of linking it directly
 into the main mono binary.
 
-* `--enable-big-arrays`
-
-  * This enables the use arrays whose indexes are larger
-than Int32.MaxValue.   
+* `--enable-big-arrays` - Enable use of arrays with indexes larger
+than Int32.MaxValue.
 
   * By default Mono has the same limitation as .NET on
 Win32 and Win64 and limits array indexes to 32-bit


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.