"How is the code generation 'better optimized for linux' such that the generated code for this source will be different? Doesn't make sense to me."
To clear things up, the IL code that Mono generates from the code sources is the same for all OSes, but the native code generated (JITed) from the IL code is what varies depending on the OS. And the generated native code is more or less efficient depending on the OS. Makes sense to me. -- View this message in context: http://n4.nabble.com/Performance-benchmark-tp1571319p1571812.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
