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:
authorMark Probst <mark.probst@gmail.com>2015-04-10 02:13:32 +0300
committerMark Probst <mark.probst@gmail.com>2015-04-10 02:13:32 +0300
commitf6c4a9e42b70c291be485278e4a52d9830b661c5 (patch)
tree3ac9105fb34036201ff3e77036a3ac1465a7c7fd /man/mono.1
parenta95ec1f5bcbe1f71b3bb59b6296936ae5375d33c (diff)
parent1a43231534ba9976655aa4885e1b267475b00fed (diff)
Merge branch 'feature-concurrent-sweep'
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.113
1 files changed, 10 insertions, 3 deletions
diff --git a/man/mono.1 b/man/mono.1
index a3ab46153f5..fc49f3b9065 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1129,9 +1129,16 @@ to 100 percent. A value of 0 turns evacuation off.
.TP
\fB(no-)lazy-sweep\fR
Enables or disables lazy sweep for the Mark&Sweep collector. If
-enabled, the sweep phase of the garbage collection is done piecemeal
-whenever the need arises, typically during nursery collections. Lazy
-sweeping is enabled by default.
+enabled, the sweeping of individual major heap blocks is done
+piecemeal whenever the need arises, typically during nursery
+collections. Lazy sweeping is enabled by default.
+.TP
+\fB(no-)concurrent-sweep\fR
+Enables or disables concurrent sweep for the Mark&Sweep collector. If
+enabled, the iteration of all major blocks to determine which ones can
+be freed and which ones have to be kept and swept, is done
+concurrently with the running program. Concurrent sweeping is enabled
+by default.
.TP
\fBstack-mark=\fImark-mode\fR
Specifies how application threads should be scanned. Options are