[Mono-bugs] [Bug 54917][Wis] Changed - We miss some optimizations with callvirt

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Feb 2004 17:49:00 -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 miguel@ximian.com.

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

--- shadow/54917	2004-02-26 17:52:29.000000000 -0500
+++ shadow/54917.tmp.13942	2004-02-27 17:49:00.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54917
 Product: Mono/Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -61,6 +61,13 @@
 csc emits:
         IL_0000:  newobj instance void class 'T'::.ctor()
         IL_0005:  stloc.0
         IL_0006:  ldloc.0
         IL_0007:  callvirt instance void class 'T'::'Foo'()
         IL_000c:  ret
+
+------- Additional Comments From miguel@ximian.com  2004-02-27 17:48 -------
+Interesting, this seems like a regression in the compiler, I remember
+fixing this before.
+
+Anyways, this gave us one tenth of a second improvement on a 3 second
+build of the Mono C# compiler.