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-03-28 23:11:49 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-28 23:11:49 +0300
commit34b2b26e3e313db46127f064f5da1de0c9147423 (patch)
tree801dcefa12abcacf88481c651490602acadff49d /web/index
parent89b8edcfc970efbe09263acb4fb2404cf6b98ba0 (diff)
FLush updates
svn path=/trunk/mono/; revision=3466
Diffstat (limited to 'web/index')
-rw-r--r--web/index16
1 files changed, 13 insertions, 3 deletions
diff --git a/web/index b/web/index
index 0b91ed96149..e3ad215a49a 100644
--- a/web/index
+++ b/web/index
@@ -37,8 +37,9 @@
<b><a href="c-sharp.html">C# Compiler</a></b>
</td>
<td>
- Self hosting on Linux and Windows.
- </td>
+ <b>Self hosting on Linux</b><br>
+ Self hosting on .NET.
+ </td>
</tr>
<tr>
<td>
@@ -71,6 +72,13 @@
</tr>
</table>
+** Mar 28, 2002
+
+ Debugging information is now generated by the compiler thanks
+ to Martin's work. The resulting dwarf file can be used to
+ single step C# code in GDB. A document will be shortly published with
+ the details.
+
** Mar 26, 2002
Paolo finally fixed the last bug in the JITer that stopped
@@ -134,7 +142,9 @@
href="http://lists.ximian.com/archives/public/mono-list/2002-March/003726.html">MCS
compiler compiling itself on Linux</a>
completely for the first time! The resulting image still contains
- some errors, but the whole compiler process goes now.
+ some errors, but the whole compiler process goes now. Later in the day
+ and a couple of small optimizations and bug fixes, the compile
+ speed was improved in 400%
We are very close to have a complete self hosting environment now.