> Thanks. I can get by with "unsafe" for C# code. That said, I am unsure if > I will have any opportunities to do this in the context of F#. Is it > possible to turn off array bounds checking from VM args for my long running > stuff?
The patch I included removes all bounds checking from the runtime, regardless of the language. > > > I recently did both of those, and it results in a 4x performance > > improvement in SciMark and matches Java's performance. > > nice! Sounds very promising. Would you plan to fold this into the > distributed VM? _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
