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>2017-06-07 19:24:17 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-06-08 00:27:44 +0300
commit1f0ad125dde10eb586a57eb1bcee3177a76442d2 (patch)
treecf71e8c386f3ab782a38eeaef63fb834c3e6ee7a /man
parentd87817c1741844fdddfa7aad89d3a14ce99da2c3 (diff)
[interp aot] documentation
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 28695ee9402..e822ff94c89 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -181,6 +181,16 @@ Gives the path for the temporary LLVM bitcode file created during AOT.
.I info
Print the architecture the AOT in this copy of Mono targets and quit.
.TP
+.I interp
+Generates all required wrappers, so that it is possible to run --interpreter without
+any code generation at runtime. This option only makes sense with \fBmscorlib.dll\fR.
+Embedders can set
+
+.nf
+mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP);
+.fi
+.ne
+.TP
.I ld-flags
Additional flags to pass to the C linker (if the current AOT mode calls for invoking it).
.TP