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>2004-11-30 00:16:44 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-11-30 00:16:44 +0300
commit961f8c9283909d05ba7dc0cd5f928f4f78b4a379 (patch)
tree4009f962a2d00738b154a58869d9f450cee6c041 /man
parent64b390ef9cd23e1567083d0c0da25e841c400f25 (diff)
Document MONO_AOT_CACHE
svn path=/trunk/mono/; revision=36794
Diffstat (limited to 'man')
-rw-r--r--man/mono.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 1379258a04f..2afe997a95a 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -262,6 +262,11 @@ the 50th use).
Turns off the garbage collection in Mono. This should be only used
for debugging purposes
.TP
+.I "MONO_AOT_CACHE"
+If set, this variable will instruct Mono to ahead-of-time compile new
+assemblies on demand and store the result into a cache in
+~/.mono/aot-cache.
+.TP
.I "MONO_ASPNET_NODELETE"
If set to any value, temporary source files generated by ASP.NET support
classes will not be removed. They will be kept in the user's temporary
@@ -377,10 +382,19 @@ On Unix assemblies are loaded from the installation lib directory. If you set
Windows, the assemblies are loaded from the directory where mono and
mint live.
.PP
+~/.mono/aot-cache
+.PP
+The directory for the ahead-of-time compiler demand creation
+assemblies are located.
+.PP
/etc/mono/config, ~/.mono/config
.PP
Mono runtime configuration file. See the mono-config(5) manual page
for more information.
+.PP
+~/.mono/certs
+.PP
+Contains Mono certificates
.SH MAILING LISTS
Visit http://mail.ximian.com/mailman/mono-list for details.
.SH WEB SITE