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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-02-08 18:46:17 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-02-08 19:05:07 +0300
commitdc085eacecf80e091967f8ab25ea5270ad9a8480 (patch)
tree1af2ec29284c4bb7c6f6156498ca446096957cb4 /README.md
parent35c22df6fcc57a3404962ff9ef4eec082cda962e (diff)
[readme] Clarify --enable-parallel-mark description
It's Boehm only and not enabled by default on some platforms (e.g. it's disabled on OSX).
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f8f05423a34..8305cb08b3f 100644
--- a/README.md
+++ b/README.md
@@ -426,8 +426,10 @@ cycle.
multiple CPUs to do its work. This helps performance
on multi-CPU machines as the work is divided across CPUS.
- * This option is not currently the default as we have
-not done much testing with Mono.
+ * This option is not currently the default on OSX
+as it runs into issues there.
+
+ * This option only applies to the Boehm GC.
* `--enable-dtrace`