[Mono-bugs] [Bug 81663][Wis] Changed - Performance: Delegate optimization, DLR and IronPython

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 18 01:28:34 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 sanxiyn at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81663

--- shadow/81663	2007-05-17 14:24:04.000000000 -0400
+++ shadow/81663.tmp.6426	2007-05-18 01:28:34.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81663
 Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -22,6 +22,14 @@
 
 There are some observations about new optimizations in the Orcas CLR for
 "improvement to the performance of dispatching to a delegate closed over a
 parameter.".
 
 it would be interesting to find out what this is.
+
+------- Additional Comments From sanxiyn at gmail.com  2007-05-18 01:28 -------
+Dino says, "The change was to no longer wrap LCG delegates inside a
+MultiCast delegate removing the overhead of calling through the
+multicast delegate. The multicast delegate was just a convenience for
+tracking the lifetime of the delegate and now the GC does that
+instead. I don't know if that'll apply to Mono or not but maybe it
+gives you some ideas on where to look for own improvements".


More information about the mono-bugs mailing list