[Mono-bugs] [Bug 51096][Nor] Changed - hello world in Mercury produces no ouput

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Dec 2003 04:55:53 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@emailross.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51096

--- shadow/51096	2003-12-05 11:59:09.000000000 -0500
+++ shadow/51096.tmp.30151	2003-12-08 04:55:53.000000000 -0500
@@ -83,6 +83,12 @@
 OP_CLASSINIT is subtituted with the call later on, just like
 CEE_NEWARR is handled.
 This simple change likely removes most of the duplicate calls.
 Extra bonus points: after the dominator tree is created, we can
 eliminate all the OP_CLASSINIT instructions for each klass that has
 already the call in one of its parent nodes.
+
+------- Additional Comments From peter@emailross.com  2003-12-08 04:55 -------
+I can confirm that the change Zoltan checked in on Saturday, fixes
+this bug for me on windows.
+
+Thanks.