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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81663 --- shadow/81663 2007-05-25 09:45:23.000000000 -0400 +++ shadow/81663.tmp.23151 2007-05-25 10:39:11.000000000 -0400 @@ -196,6 +196,10 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-05-25 09:45 ------- Rodrigo made me check the generated code: we call the delegate invoke method virtually, in my discussion above I assumed it was a non-virtual call because that is what should happen: the Invoke method is virtual, but the type is static, so we should use a direct call. This optimization should benefit also all the other such cases. + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-25 10:39 ------- +I was always wondering how hard and efficient it can be to implement +sealed class { virtual method } optimization. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
