The JIT will generate reasonable code. It's on our plans to give atention on
having a good
integration story with existing code.


On Thu, Nov 20, 2008 at 9:15 PM, crashfourit <[EMAIL PROTECTED]> wrote:

> How will the jit engine handle this?
>    public static unsafe Vector4 AsVector4(ref Vector4f v){
>        fixed (Vector4f *f = &v) {
>            return *(Vector4*)f;
>        }
>    }
>
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to