[Mono-bugs] [Bug 81663][Wis] Changed - Performance: Delegate optimization, DLR and IronPython
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 24 09:03:33 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 vargaz at gmail.com.
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 vargaz at gmail.com 2007-05-24 09:03 -------
+The original Invoke call was virtual so the patch adds no overhead in
+theory.
More information about the mono-bugs
mailing list