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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -424,6 +424,13 @@ calls. ------- Additional Comments From [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 (). + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
