[Mono-bugs] [Bug 43677][Nor] Changed - optimize=shared broken
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 14:26:30 -0400 (EDT)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=43677
--- shadow/43677 Mon May 26 13:59:08 2003
+++ shadow/43677.tmp.4423 Mon May 26 14:26:30 2003
@@ -1,14 +1,14 @@
Bug#: 43677
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -18,6 +18,10 @@
Hi,
The latest JIT changes broke the --optimize=shared mode. A simple
testcase is:
Console.WriteLine (DateTime.Now);
+
+------- Additional Comments From lupus@ximian.com 2003-05-26 14:26 -------
+This is fixed in cvs now, though there may be other issues (I couldn't
+run eclipse with ikvm, but I didn't have time to extract a test case yet).