2007/6/5, Paolo Molaro <[EMAIL PROTECTED]>: > 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 _______________________________________________ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com