Open drcjt opened 2 years ago
mul.ovf.un is now implemented - however note it does not throw exceptions as there is no exception support at all in csharp-80 currently.
There are over ovf and ovf.un opcodes that aren't currently implemented e.g.
add.ovf add.ovf.un mul.ovf sub.ovf sub.ovf.un
Using variables in stack allocated array definitions e.g. stackalloc MyArray[size], requires mul.ovf.un in the calculation of the overall size to allocate.