On Feb 5, 2014, at 7:31 AM, Brecht Machiels <bre...@mos6581.org> wrote:

> Hello Maciej,
> 
> Any idea when a new PyPy3 release is due? I seem to remember it was announced 
> on Twitter some time ago, but haven't heard anything about it since. However, 
> I suppose the next release will neither be mature?
> 
> I'll see how much trouble it is to get RinohType working on Python 2. Perhaps 
> there's not much more to it besides overriding the builtin str and unicode.

Hey Brecht,

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.

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.

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 =]

Otherwise we’ll have to revisit this when PyPy3 is more mature (coming soon).

--
Philip Jenvey

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to