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=81627

--- shadow/81627        2007-07-11 13:45:09.000000000 -0400
+++ shadow/81627.tmp.31184      2007-07-11 14:59:06.000000000 -0400
@@ -57,6 +57,19 @@
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2007-07-11 13:45 -------
 Created an attachment (id=19547)
 MulticastDelegate.patch - optimized version of 
MulticastDelegate.GetInvocationList()
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-07-11 14:59 -------
+I'm attaching another - even more aggressive - patch.
+
+The patch is only correct if
+
+foreach(EventHandler singleEH in someEH.GetInvocationList())
+   singleEH.BeginInvoke(...)
+
+is semantically the same as
+
+someEH.BeginInvoke(...)
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to