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:
authorMark Probst <mark.probst@gmail.com>2015-01-22 22:04:00 +0300
committerMark Probst <mark.probst@gmail.com>2015-01-22 22:04:00 +0300
commit14eda7354d44f9813745b0cd37302cc2d9335754 (patch)
treef6cedf14ce44fb73a4accdd671b7c53425138ec3 /man
parenta9af48a4a65dbb47bd480c7fcee6f72f8e133292 (diff)
[sgen] MONO_GC_DEBUG options to not run finalizers.
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 10 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 66fc7a3fba4..eaae0856df0 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1267,6 +1267,16 @@ heap corruption issues.
.ne
.RE
.TP
+\fBdo-not-finalize\fR
+If enabled, finalizers will not be run. Everything else will be
+unaffected: finalizable objects will still be put into the
+finalization queue where they survive until they're scheduled to
+finalize. Once they're not in the queue anymore they will be
+collected regularly.
+.fi
+.ne
+.RE
+.TP
\fBMONO_GAC_PREFIX\fR
Provides a prefix the runtime uses to look for Global Assembly Caches.
Directories are separated by the platform path separator (colons on