[Mono-dev] Incoming changes to Mono.Simd

Rodrigo Kumpera kumpera at gmail.com
Wed Dec 3 12:59:23 EST 2008


On Wed, Dec 3, 2008 at 3:24 PM, Alan McGovern <alan.mcgovern at gmail.com>wrote:

> Out of interest, why do we use static methods currently rather than
> instance methods? Would using instance methods instead of extension
> methods complicate things jit-wise, as API-wise it'd be essentially
> the same.
>

Yes, using instance methods really complicate things for the JIT as they
violate
valuetype semantics. We could overcome this problem with some fancy
optimizations,
but why go down this road when not needed?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081203/392a9e73/attachment-0001.html 


More information about the Mono-devel-list mailing list