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>2003-04-18 20:42:33 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-04-18 20:42:33 +0400
commit264a0c168ad5bf2ab24b192f04b81b3fc01266bc (patch)
treebae33a643f82cd936be1f3e926f17cea9eb704ba /man
parentb87ebecbb7b8891f2c376fe565d1258cd1a5d932 (diff)
Add more comments
svn path=/trunk/mono/; revision=13767
Diffstat (limited to 'man')
-rw-r--r--man/mini.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mini.1 b/man/mini.1
index 1ad81b0421b..64833eda684 100644
--- a/man/mini.1
+++ b/man/mini.1
@@ -62,7 +62,9 @@ runtime when the assembly is executed.
.TP
This pre-compiles the methods, but the original assembly is still
required to execute as this one contains the metadata and exception
-information which is not availble on the generated file.
+information which is not availble on the generated file. When
+precompiling code, you might want to compile with all optimizations
+(-O=all). Pre-compiled code is position independent code.
.TP
Pre compilation is just a mechanism to reduce startup time, and avoid
just-in-time compilation costs. The original assembly must still be