---- On Thu, 06 Feb 2014 01:18:17 +0100 Philip Jenvey wrote ---- >We’re aiming to put out another PyPy3 release fairly soon, what’s currently >pending is re-enabling of the optimized machine sized int operations, which >should be finished pretty soon.
Great. I'll give it a try as soon as it's available. >I tried the example w/ the latest PyPy3 with similar results. There wasn’t too >much that lept out at me from the profile module’s output, certainly some >slower things and a few faster. There's at least one hot method >(paragraph.Line.new_span) that would benefit from faster int sized numbers. This sounds like it reflects what I see under CPython. I've spent quite some time optimizing the major loops, so there's no obvious single bottleneck anymore. I didn't try profiling under PyPy myself though. I did let the JIT viewer loose on it, but I was not sure how to even start interpreting its output. >It would be interesting to see the results of PyPy3 vs PyPy2 but I suspect >porting this to Python 2 would be more work than not much trouble =] Yes, very interesting. I might give it a shot. I'll be disappointed if PyPy2 isn't at least 5 times faster than CPython though! ;) Best regards, Brecht _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev