Hi Laurence, On Sat, Dec 31, 2011 at 16:26, Laurence Tratt <lau...@tratt.net> wrote: > func main(): > i := 0 > while i < 100000: > i += 1
A quick update: on this program, with 100 times the number of iterations, "converge-opt3" runs in 2.6 seconds on my laptop, and "converge-jit" runs in less than 0.7 seconds. That's already a 4x speed-up :-) I think that you simply underestimated the warm-up times. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev