[Mono-bugs] [Bug 70465][Wis] Changed - Arrray.get_Length not geting made intrinsic

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Dec 2004 18:35:21 -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 gonzalo@ximian.com.

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

--- shadow/70465	2004-12-11 15:37:15.000000000 -0500
+++ shadow/70465.tmp.20620	2004-12-11 18:35:21.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70465
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -38,6 +38,9 @@
  (stind.ref regvar[%edi] (ldind.ref regoffset[-0x10(%ebp)]))
  (stind.i4 regvar[%ebx] (callvirt[get_Length]))
  (stind.i4 regoffset[-0xc(%ebp)] (ldind.i4 regvar[%ebx]))
 
 However, we should have converted get_Length to be an intrinsic. I am not
 sure why this is not actually happening.
+
+------- Additional Comments From gonzalo@ximian.com  2004-12-11 18:35 -------
+Fixed in SVN.