[Mono-bugs] [Bug 81627][Nor] Changed - FileSystemWatcher RaiseEvent Causes Huge Heap
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 11 14:59:06 EDT 2007
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 juraj at hotfeet.ch.
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 juraj at hotfeet.ch 2007-07-11 13:45 -------
Created an attachment (id=19547)
MulticastDelegate.patch - optimized version of MulticastDelegate.GetInvocationList()
+
+------- Additional Comments From juraj at hotfeet.ch 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(...)
+
More information about the mono-bugs
mailing list