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:
authorZoltan Varga <vargaz@gmail.com>2018-05-24 12:49:19 +0300
committerMarek Safar <marek.safar@gmail.com>2018-05-24 12:49:19 +0300
commitc06c9b78c10bf247a0979e729a12d0c1cc7fefc9 (patch)
treeb85217c53a8ce9cfa0644c99d5d586dda3f1e776 /man
parent319b410764cfc893803980363f68476b5d6cc9ee (diff)
[interp] fullAOT mixed mode (#8838)
* [jit] Move the handling of special methods like pinvoke etc. into mini-runtime.c, since they are not handled by the JIT. * [jit] Add a --full-aot-interp command line argument which is the same as --full-aot with a fallback to the interpreter. * [jit] Implement fallback to the interpreter in full-aot+interp mode. * [jit] Add a 'methods using the interpreter' stat.
Diffstat (limited to 'man')
-rw-r--r--man/mono.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 875a1eaa11d..ec8c9c0762f 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -478,6 +478,9 @@ in your program, or Mono's class libraries attempts to generate code
dynamically. You should test your software upfront and make sure that
you do not use any dynamic features.
.TP
+\fB--full-aot-interp\fR
+Same as --full-aot with fallback to the interpreter.
+.TP
\fB--gc=boehm\fR, \fB--gc=sgen\fR
Selects the Garbage Collector engine for Mono to use, Boehm or SGen.
Currently this merely ensures that you are running either the