[Mono-bugs] [Bug 28306][Min] Changed - Delegate invocation works in reverse order
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Aug 2002 11:34:32 -0000
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 stodden@in.tum.de.
http://bugzilla.ximian.com/show_bug.cgi?id=28306
--- shadow/28306 Mon Jul 29 08:14:47 2002
+++ shadow/28306.tmp.21062 Mon Aug 19 07:34:32 2002
@@ -1,14 +1,14 @@
Bug#: 28306
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sergio.gomez@consejo-eps.uco.es
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -127,6 +127,15 @@
Always
Additional Information:
sergio$ dpkg -s mono |grep Version
Version: 0.13-20020727-1
+
+------- Additional Comments From stodden@in.tum.de 2002-08-19 07:34 -------
+
+the problem has been introduced recently during a rewrite of the
+jit code emitter. delegate invoke() methods are not inherited but
+created on the fly by the jitter. the old version threw out platform
+specific assembly straightly. the new version generates cil bytecode
+which is then delivered to the platform backends. unfortunately the
+loop traversed the multicast links in reverse order now :P