Re: [IronPython] IronPython now runs faster on Mono

2007-06-05 Thread Paolo Molaro
On 06/05/07 Sanghyeon Seo wrote: This is because we JIT many more methods in 2.0 and the JIT time is accounted in the results. Adding a warmup call to pystone.py will get the 1.1 and 2.0 results much closer than they appear to be with a default run (58k vs 46k in the default and 59k vs 55k

Re: [IronPython] IronPython now runs faster on Mono

2007-06-04 Thread Paolo Molaro
On 06/03/07 Sanghyeon Seo wrote: Thanks to optimization works on delegate invocation, IronPython now runs faster on Mono. Conservatively, you can expect 5% speedup for 1.1, and 10% speedup for 2.0a1. Current svn mono should be a few percent faster as well (optimized string.CompareOrdinal). I

[IronPython] IronPython now runs faster on Mono

2007-06-03 Thread Sanghyeon Seo
Thanks to optimization works on delegate invocation, IronPython now runs faster on Mono. Conservatively, you can expect 5% speedup for 1.1, and 10% speedup for 2.0a1. Look forward to Mono 1.2.5! * * * Here are some pystone results. All results are best of 3. Mono stable = Debian packaged Mono