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:
authorMiguel de Icaza <miguel@gnome.org>2002-04-20 19:57:11 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-04-20 19:57:11 +0400
commitd2c3d332d37c10f86cd4cf5dabb151707d48e6cc (patch)
tree57a5e718e29edf53a0c44adb74474826077e9c91 /man
parent884c6dd14c7517f1809e27d5afd0e59100620db5 (diff)
Update man page
svn path=/trunk/mono/; revision=3930
Diffstat (limited to 'man')
-rw-r--r--man/mono.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index 5923d2a6458..8679e132072 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -11,7 +11,7 @@ mono \- Mono ECMA-CLI Just in Time compiler.
.PP
.B mono
[\-\-help] [\-d] [\-\-debug-asm] [\-\-debug-forest] [\-\-trace-calls]
-[\-\-stabs] [\-\-compile cname] [\-\-ncompile num] [\-\-debug] [\-\-profile]
+[\-\-stabs] [\-\-compile cname] [\-\-ncompile num] [\-\-debug] [\-\-noinline] [\-\-profile]
program.exe [arguments...]
.SH DESCRIPTION
The \fImono\fP program is a Just in Time compiler for ECMA CLI byte
@@ -69,6 +69,9 @@ Compiles the method on the given class (namespace.name:methodname).
Compiles the method a number of times. If no argument is specified,
the method will be compiled a thousand times.
.TP
+.I "--noinline"
+Disables the code inliner.
+.TP
.I "--profile"
Collect profiling information and dump it at the end of the process.
.SH FILES