[Mono-dev] Patch: Generic code sharing for value types

Mark Probst mark.probst at gmail.com
Tue Sep 23 07:21:38 EDT 2008


Hi,

This patch enabled generic code sharing for value types.  The important
difference to reference types is that value types don't have a vtable
pointer, which means that the RGCTX needs to be provided separately.  We
do this in the same way we as with static methods, namely via an
implicit argument.

Paolo: Please review.

Mark

-------------- next part --------------
A non-text attachment was scrubbed...
Name: valuetype_sharing_linearil.diff
Type: text/x-patch
Size: 24723 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080923/0541380f/attachment-0001.bin 


More information about the Mono-devel-list mailing list