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 07:24:59.000000000 -0400 +++ shadow/81663.tmp.29194 2007-05-24 09:03:33.000000000 -0400 @@ -149,6 +149,10 @@ overhead your change adds to the delegate ctor). This magic trampoline would have easy access to the delegate object so it it completely generic (one instance of the trampoline in the system vs one trampoline per method/delegate type) and it can replace invoke_impl according to the target and prev fields in the delegate. + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-24 09:03 ------- +The original Invoke call was virtual so the patch adds no overhead in +theory. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
