X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=318c0586d0fe9d191e229d31ac4aedb30824bfcb;hb=60979ce4a41d1be8f9d3d4d38162c0803207b4d5;hp=1c2e054aee14d551cdbb9d37200820005963a582;hpb=a3371764a96a772359ea14aa33feac86fade9355;p=mono.git diff --git a/man/mono.1 b/man/mono.1 index 1c2e054aee1..318c0586d0f 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -144,6 +144,12 @@ Defaults to 128. .I nodebug Instructs the AOT compiler to not output any debugging information. .TP +.I dwarfdebug +Instructs the AOT compiler to emit DWARF debugging information. When +used together with the nodebug option, only DWARF debugging +information is emitted, but not the information that can be used at +runtime. +.TP .I nrgctx-trampolines=[number] When compiling in full aot mode, the generic sharing trampolines must be precreated in the AOT image. You can add additional method trampolines with this argument. @@ -1170,6 +1176,11 @@ are allocated (clear-at-gc). The consistency check ensures that there are no major to minor references that are not on the remembered sets. .TP +\fBmod-union-consistency-check\fR +Checks that the mod-union cardtable is consistent before each +finishing major collection pause. This check is only applicable to +concurrent major collectors. +.TP \fBcheck-mark-bits\fR Checks that mark bits in the major heap are consistent at the end of each major collection. Consistent mark bits mean that if an object is