[Mono-bugs] [Bug 78882][Nor] Changed - [PATCH] Remoting/generics support missing.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 7 16:21:41 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 robertj at gmx.net.

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

--- shadow/78882	2007-05-07 12:26:48.000000000 -0400
+++ shadow/78882.tmp.4708	2007-05-07 16:21:40.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 78882
 Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: Debian unstable
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: 040 One week
 Priority: Normal
 Component: remoting
 AssignedTo: lluis at ximian.com                            
 ReportedBy: paussems at dti-be.com               
@@ -424,6 +424,13 @@
 calls.
 
 
 ------- Additional Comments From lluis at ximian.com  2007-05-07 12:26 -------
 I'm unsure about this one. I'm wondering why remoting trampolines are
 not required for generic methods.
+
+------- Additional Comments From robertj at gmx.net  2007-05-07 16:21 -------
+Because virtual open generic methods (I mean those: Method <T> ())
+don't need a trampoline. Those methods are never called. Only the
+inflated methods are called, and those get their remoting wrappers
+from mono_get_virtual_method ().
+


More information about the mono-bugs mailing list