From dc085eacecf80e091967f8ab25ea5270ad9a8480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 8 Feb 2016 16:46:17 +0100 Subject: [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). --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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` -- cgit v1.2.3