2002-05-13 Dan Lewis <dihlewis@yahoo.co.uk>
[mono.git] / man / mono.1
index 5923d2a6458f7a1456df0711e3906983af9c81e4..8679e1320727306e1e3bf40d92194d2543d8858d 100644 (file)
@@ -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