[pypy-dev] how do you parse jit log containing binary dump ?

Yury V. Zaytsev yury at shurup.com
Fri Dec 9 09:50:22 EST 2016


On Fri, 9 Dec 2016, Shubha Ramani via pypy-dev wrote:

> I'm building a tool which attempts to map Jit ByteCodes back to the 
> actual function which was called at the Python level. Therefore I need 
> to map the Jit ByteCodes back to the actual function address - the 
> physical address not the virtual. It seems like to build this tool I 
> have to get the rpython version of the open source benchmark - which is 
> not an easy task. I would like to take any old Python application out in 
> the wild and instrument it to dump jitcodes using rpython as an 
> interpreter. Is this possible ?

It seems to me that you are confused about the relationship between 
RPython and PyPy. The former is the translation toolchain, and the latter 
is the implementation of Python on the basis of this toolchain.

-- 
Sincerely yours,
Yury V. Zaytsev


More information about the pypy-dev mailing list