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
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
parent89b8edcfc970efbe09263acb4fb2404cf6b98ba0 (diff)
FLush updates
svn path=/trunk/mono/; revision=3466
Diffstat (limited to 'web')
-rw-r--r--web/c-sharp3
-rw-r--r--web/index16
-rw-r--r--web/runtime5
3 files changed, 18 insertions, 6 deletions
diff --git a/web/c-sharp b/web/c-sharp
index 1e2028a850d..fa4dad1d732 100644
--- a/web/c-sharp
+++ b/web/c-sharp
@@ -11,6 +11,9 @@
for the first time on December 28 2001. MCS became self hosting
on January 3rd, 2002.
+ The Mono Runtime and the Mono execution engine were able to make
+ our compiler self hosting on March 12, 2002.
+
A test suite is maintained to track the progress of
the compiler and various programs are routinely compiled and
ran.
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.
diff --git a/web/runtime b/web/runtime
index e5da8abc274..b452dec52b3 100644
--- a/web/runtime
+++ b/web/runtime
@@ -16,9 +16,8 @@
easy-to-port runtime engine.
</ul>
- Currently both runtimes are missing garbage collection. We
- are planning on using the ORP GC engine and deploy it by
- middle January.
+ Currently we are using the Bohem conservative garbage
+ collector, but we working on incorporating the ORP GC engine.
* COM and XPCOM