Paolo, so there is no compiler option I overlooked. Attached you find the source code, feel free to take a look.
I'm also using a MP3 converter that is ported from Java to C#. I can give you the results on this later. regards, Tom -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paolo Molaro Sent: Tuesday, September 03, 2002 2:54 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Optimize code for Mono / execution speed On 09/02/02 Tom Fransen wrote: > I wrote a few small benchmark that a ran on Mono and on MS .NET (I also used > C++). I looked at the man pages for MCS and Mono but I found no option for > optimizing the code (the CSC compiler however has such an option). Did I > miss something, is there a way to speedup things? [...] > Yes, I know these are just micro-benchmark so it is not an absolute truth > but it give some indication. I haven studied the details or tried to analyse > why things are fast or slow. We could do that if you provided the sources of your benchmarks... The speed difference versus the MS JIT with tight code may be about two times slower (though usually it's less than 50%) with the current JIT. There are a couple of your test results that may be explained with the fact that our corlib has not been optimized yet, but benchmarks without source are useless to us. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
source.zip.zip
Description: Zip compressed data
