[Mono-dev] Patch: Fix fast generic virtual method calls with remoting

Mark Probst mark.probst at gmail.com
Wed Oct 8 17:30:13 EDT 2008


Hi,

The attached patch fixes the Remoting regressions that were caused by
the fast generic virtual method invoking code.  The problem is that
remoting methods need a remoting wrapper, but invoking a generic method
via the vtable cannot provide that wrapper, so I added a new trampoline
type which does that.

Paolo: Please review.

Mark

-------------- next part --------------
A non-text attachment was scrubbed...
Name: generic_virtual_remoting.diff
Type: text/x-patch
Size: 7293 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081008/e9ccd276/attachment.bin 


More information about the Mono-devel-list mailing list