[Mono-list] mono performance, 20x differential with Java (what am i doing wrong)

Miguel de Icaza miguel at novell.com
Fri Jan 29 18:36:56 EST 2010


> 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?




More information about the Mono-list mailing list