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:
authorBernhard Urban <bernhard.urban@xamarin.com>2016-03-17 21:51:26 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2016-04-05 20:19:11 +0300
commitbac3da1b44414711527cf053f2d6eb445715e6b6 (patch)
tree30f6808f1182f128849743c6e1d2c33db3f198e9 /man
parent69416cdc79dd7871cfe193782207372b4a1eb9c1 (diff)
[jit] introduce CFG dumping feature, that enables dumping over to network to IGV
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 4c0d27d949b..22ffdeb139e 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1786,6 +1786,10 @@ Enables the maximum JIT verbosity for the specified method. This is
very helpfull to diagnose a miscompilation problems of a specific
method.
.TP
+\fBMONO_JIT_DUMP_METHOD\fR
+Enables sending of the JITs intermediate representation for a specified
+method to the IdealGraphVisualizer tool.
+.TP
\fBMONO_VERBOSE_HWCAP\fR
If set, makes the JIT output information about detected CPU features
(such as SSE, CMOV, FCMOV, etc) to stdout.