Hi, As part of a research work on optimization of Mono for high performance computing applications, we need to perform some benchmarks with a version of Mono with all array bounds checking removed. For that, we have implemented a version of a subset of NAS Parallel Benchmarks (sequencial case) in C#, which is freely avaliable (http://code.google.com/p/npb-for-hpe/). Using it, we have compared performance of Mono and JVM. We are now working on parallelization of the code using MPI.NET and further "componentization" using our parallel components platform (http://code.google.com/p/hash-programming-environment/).
Can someone here to teach us how to remove all bounds checking in mono runtime ? I know this is only possible by modifying the source code and recompiling. I would like to know what modules are responsible to insert bounds checking code. Heron -- View this message in context: http://old.nabble.com/Disabling-all-bounds-checking-...-tp27181840p27181840.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
