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/web/index
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-04-20 18:07:18 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-04-20 18:07:18 +0400
commit702b0dc1f46698b9c3c46c831ca6cefb89660884 (patch)
tree13ab41be3044328d73030c39a34beed1cae33993 /web/index
parent05940b036148df3f4ba9872575085cfdb38f5e92 (diff)
Update news
svn path=/trunk/mono/; revision=3923
Diffstat (limited to 'web/index')
-rw-r--r--web/index44
1 files changed, 44 insertions, 0 deletions
diff --git a/web/index b/web/index
index ca6b3ba93ce..509f96b96c4 100644
--- a/web/index
+++ b/web/index
@@ -72,6 +72,35 @@
</tr>
</table>
+** Apr 20, 2002
+
+ A number of optimizations in the runtime made the compiler
+ twice as fast this week:
+
+ Early this week Patrik started the string
+ rewrite in the runtime. Today Dietmar finished the
+ constructors and deployed the new layout.
+
+ Paolo got the JIT engine to generate profiles, which were in
+ turn used to find hot spots in Reflection, which he improved.
+
+ Dan (of Regex fame) noticed the performance issues with our
+ current array layout, and contributed a new array
+ representation.
+
+ At the same time Dietmar started the the JIT inline code and
+ implemented constant propagation. These two optimizations
+ together are very powerful.
+
+** Apr 18, 2002
+
+ Dietmar's inlining for the JIT engine just landed into
+ CVS. This is only a first cut and more improvements will come later.
+
+ Patrik, Paolo, Dietmar and Gonzalo have been busy optimizing
+ our class libraries and runtime engine to become faster. Many changes
+ on CVS as well.
+
** Apr 11, 2002
Gtk# 0.1 "ButtonHook" has been <a
@@ -117,6 +146,21 @@
href="archive/mono-0.10.tar.gz">runtime</a> and <a
href="archive/mcs-0.10.tar.gz">compiler/classes</a>).
+** Mar 27, 2002
+
+ <b>Mono 0.10 is out!</b> The self hosting release of Mono has
+ been released.
+
+ A new version of the runtime, compiler and class libraries has
+ been packaged for your download pleasure. Binaries are
+ included. The <a href="archive/mono-0.10">Release Notes</a>
+ are available.
+
+ You can get it <a
+ href="download.html#mar-27">Here</a> (quick links: <a
+ href="archive/mono-0.10.tar.gz">runtime</a> and <a
+ href="archive/mcs-0.10.tar.gz">compiler/classes</a>).
+
** Mar 26, 2002
Paolo finally fixed the last bug in the JITer that stopped