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/doc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-02-13 08:47:51 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-02-13 08:47:51 +0300
commitbf5ad2db85d043870f7d3f6393cd9816b92c64c3 (patch)
tree212e805b8497b70b2c168f638fc3f900c46f1863 /doc
parent7b8bb2a2a74b3ea349f440cd1ed68a443344f0a4 (diff)
Link
svn path=/trunk/mono/; revision=23051
Diffstat (limited to 'doc')
-rw-r--r--doc/index8
-rw-r--r--doc/performance5
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/index b/doc/index
index a0f17895029..b4f65ef45f5 100644
--- a/doc/index
+++ b/doc/index
@@ -148,6 +148,14 @@
<br>
<h2>Mono Project Notes</h2>
+@item Feb 13, 2004: Mono Performance Optimization
+
+ We have a new document that describes some <a
+ href="performance.html">common tricks to improve the
+ performance</a> of your Mono or .NET application. These are a
+ summary of techniques that we employed to tune our own C#
+ compiler.
+
@item Feb 2nd, 2004: Mono 0.30 has been released
Check out the <a
diff --git a/doc/performance b/doc/performance
index 582e3ce8ce2..22e5c50c08c 100644
--- a/doc/performance
+++ b/doc/performance
@@ -1,5 +1,10 @@
* Writing performant .NET and Mono applications
+<center>
+Miguel de Icaza (miguel@novell.com)<br>
+Ben Maurer (bmaurer@users.sourceforge.net)
+</center>
+
The following document contains a few hints on how to improve
the performance of your Mono/.NET applications.