Disable the type check on reference type array stores.
commitacc97565c94c79f193dc9df3ed6a845e973afdf9
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 2 Oct 2012 19:13:11 +0000 (2 15:13 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 2 Oct 2012 20:14:44 +0000 (2 16:14 -0400)
tree284623a23cc672f1f0ef53037df3278d81f92715
parent167af9a1b91a962aee71e4b2515e88982a545a3f
Disable the type check on reference type array stores.

* method-to-ir.c (emit_array_store): We can avoid the type check
on stores to reference arrays as it turns out List<T> is not
covariant to its element type as I previously thought so.
mono/mini/method-to-ir.c