[Mono-list] Poor Mono performance

Robert Jordan robertj at gmx.net
Mon Mar 11 18:15:38 UTC 2013


On 11.03.2013 17:19, Olajos, Imre wrote:
> Is there anything I can do that would bring their relative
> performance difference closer to each other (e.g. below 20-25%)?

So you didn't find the well-hidden "--make-me-as-fast-as-ms"
switch, did you? :)

You're comparing MS' 64-bit runtime with a 32-bit Mono w/out LLVM
support and with a pretty slow GC (under Windows).

Since Windows isn't Mono's prime-time OS, you may want to try
under 64-bit Linux (where you can have LLVM and alternative GCs),
identify bottlenecks and file bugs with appropriate test cases.

Robert



More information about the Mono-list mailing list