[IronPython] IronPython now runs faster on Mono

Sanghyeon Seo sanxiyn at gmail.com
Tue Jun 5 14:49:30 CEST 2007


2007/6/5, Paolo Molaro <lupus at ximian.com>:
> I got a few more insights into the performace issues with version 2.0 as
> well: if you try to run pystone with more passes (200, 300, 500 K)
> you'll notice the reported performance is significantly higher.
>
> 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 with
> the warmup on my pentium M 1.6).

How do I add a warmup call to pystone.py?

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list