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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Feb 2004 20:12:17 -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 lupus@ximian.com.

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

--- shadow/54917	2004-02-28 11:08:06.000000000 -0500
+++ shadow/54917.tmp.6093	2004-02-29 20:12:17.000000000 -0500
@@ -112,6 +112,10 @@
 So, foo cant be null at the call there.
 
 Not sure how many cases we can get here. But given that MCS showed a
 3% improvement if we (wrongly) did all cases, I think we might be able
 to get a good portion of that improvement without regressions. Even a
 1% global increase would be *very* cool.
+
+------- Additional Comments From lupus@ximian.com  2004-02-29 20:12 -------
+Those kind of more complicated cases should be left to the jit to
+optimize.