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 _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev