[email protected] wrote:
> "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.
>   

The call convention for calling system routines can be different by OS.  
Why would the JIT
generate and optimise differently on Linux than on Windows, for routines 
that are solely mono
to mono calls? You are suggesting that there are different code 
generators by OS?
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to