[Mono-list] Targeting .Net Framework

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Tue Jun 3 13:53:32 UTC 2014


> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of cocowalla
> 
> I'm building on Windows for both Windows and Linux, and haven't ran into
> any
> issues.

There's another reason to potentially consider building separately on windows:  There exist compile-time optimizations, and JIT, or AOT, or runtime optimizations.  Surely the optimizations by MS and Mono are not identical.  So is one of them universally better?  (probably not.)  Is mono compile-time optimization better if you're going to run on mono?  Is MS optimization better if you're going to run on MS?  I don't know, but I estimate probably.  How significant are those differences?  Dunno.


More information about the Mono-list mailing list