[pypy-dev] 2.5.0 downloads available, please test them out

2015-02-03 Thread matti picus
https://bitbucket.org/pypy/pypy/downloads Please make sure they work as expected, especially the osx one since I cannot test it. If all is OK, I will "release" (update the pypy.org website and publish the release notice on the blog) in 6 hours or so Matti ___

Re: [pypy-dev] PyPy improving generated machine code

2015-02-03 Thread Armin Rigo
Hi Richard, On 2 February 2015 at 17:56, Richard Plangger wrote: > Sorry to bother again. I did not get any response yet. The problem is > that I need a better picture about a topic I could work on for my thesis > and I really would like to contribute to pypy. In this week I would like > to decid

Re: [pypy-dev] PyPy improving generated machine code

2015-02-03 Thread Maciej Fijalkowski
Hi One topic that captured my interest is a light-weight type-specilizing JIT that does not emit any assembler, but instead rewrites the bytecode into a more type-specific form. This has been done before in luajit and gives good results there. I wonder if the same can be applied in PyPy PS. Feel