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/man
diff options
context:
space:
mode:
authorLudovic Henry <luhenry@microsoft.com>2018-04-17 00:54:57 +0300
committerGitHub <noreply@github.com>2018-04-17 00:54:57 +0300
commit282ee4bfd7ea91dc0015891010c71d8bd1421bc8 (patch)
treef405ff316b559cf689fcecd8320690a51a50d6f8 /man
parent8fec8eeeaea6ee5228d10eb749f48915c4644648 (diff)
[threads] Remove configuration dependency of Hybrid Suspend on Coop Suspend (#8261)
* [threads] Have Hybrid Suspend not depend on Coop Suspend * [threads] Enable CI
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index e91670d488b..6c1095a302a 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1170,7 +1170,7 @@ If set, tells mono to attempt using native asynchronous I/O services. If not
set, a default select/poll implementation is used. Currently epoll and kqueue
are supported.
.TP
-\fBMONO_ENABLE_COOP\fR
+\fBMONO_ENABLE_COOP_SUSPEND\fR
This makes the Mono runtime and the SGen garbage collector run in cooperative
mode as opposed to run on preemptive mode. Preemptive mode is the mode
that Mono has used historically, going back to the Boehm days, where the
@@ -1181,7 +1181,7 @@ safe point. This makes for an easier to debug garbage collector. As
of Mono 4.3.0 it is a work in progress, and while it works, it has not
been used extensively. This option enabled the feature and allows us to
find spots that need to be tuned for this mode of operation. Alternatively,
-this mode can be enabled at compile time by using the --with-cooperative-gc
+this mode can be enabled at compile time by using the --enable-cooperative-suspend
flag when calling configure.
.TP
\fBMONO_ENV_OPTIONS\fR