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:
authorAlex Rønne Petersen <alexrp@xamarin.com>2014-03-05 10:42:45 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2014-03-05 10:44:23 +0400
commit7843622f2c63fa390d6067e6f95ea65b66734c15 (patch)
treea687a466170417b9ddaaac714a1c428edd776c19 /man/mono.1
parentfcbf89d2adfd9bec75db35ad5af82556988de812 (diff)
Add a MONO_CONSERVATIVE_HWCAP environment variable.
Also a bit of cleanup in the hwcap code.
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index b53530a824b..74cbb7dbb8b 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1638,6 +1638,12 @@ method.
\fBMONO_VERBOSE_HWCAP\fR
If set, makes the JIT output information about detected CPU features
(such as SSE, CMOV, FCMOV, etc) to stdout.
+.TP
+\fBMONO_CONSERVATIVE_HWCAP\fR
+If set, the JIT will not perform any hardware capability detection. This
+may be useful to pinpoint the cause of JIT issues. This is the default
+when Mono is built as an AOT cross compiler, so that the generated code
+will run on most hardware.
.SH VALGRIND
If you want to use Valgrind, you will find the file `mono.supp'
useful, it contains the suppressions for the GC which trigger