[Mono-bugs] [Bug 51037][Wis] Changed - Mono can't deal with CIL generated by SML.NET.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 16 Nov 2003 10:57:51 -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 vargaz@freemail.hu.

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

--- shadow/51037	2003-11-16 10:24:10.000000000 -0500
+++ shadow/51037.tmp.28235	2003-11-16 10:57:51.000000000 -0500
@@ -1,23 +1,24 @@
 Bug#: 51037
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Current Debian unstable on x86
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gs234-mono-bugzilla@srcf.ucam.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Mono can't deal with CIL generated by SML.NET.
+BugsThisDependsOn: 51039
 
 Description of Problem:
 
 I have done some work to get SML.NET, an implementation of the functional
 language Standard ML for .NET, working with Mono.  Unfortunately, Mono is
 unable to cope with the CIL that SML.NET generates, and crashes and burns
@@ -242,6 +243,12 @@
   gs234@belldandy:~/smlnet/demos/sort$ mint Sort.exe 
   50 27 4 81 58 35 12 89 66 43 20 97 74 51 28 5 82 59 36 13 90 67 44 21 98
 75 52 29 6 83 60 37 14 91 68 45 22 99 76 53 30 7 84 61 38 15 92 69 46 23 4
 5 6 7 12 13 14 15 20 21 22 23 27 28 29 30 35 36 37 38 43 44 45 46 50 51 52
 53 58 59 60 61 66 67 68 69 74 75 76 81 82 83 84 89 90 91 92 97 98 99 
   gs234@belldandy:~/smlnet/demos/sort$
+
+------- Additional Comments From vargaz@freemail.hu  2003-11-16 10:57 -------
+The Invalid IL code at Globals:.cctor issue is tracked at bug
+#51039.
+
+The register allocator bug is already fixed in CVS.