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-24 13:55:44.000000000 -0400 +++ shadow/81663.tmp.6570 2007-05-24 14:24:13.000000000 -0400 @@ -171,6 +171,13 @@ -> indirect jump (no need for prolog/epilog and argument reload) So it's no surprise that the patch causes a slowdown, because what saves time is the removal of the prolog/epilog and of the argument reload code. + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-24 14:24 ------- +I agree with your approach, just doesn't understand why my patch was +causing a slowdown, when the original call to delegate_invoke was also +virtual and thus indirect, and the patch removed lots of loads and +compares. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
