[Python-ideas] A General Outline for Just-in-Time Acceleration of Python

Tim Delaney timothy.c.delaney at gmail.com
Fri Jun 13 11:15:00 CEST 2014


On 13 June 2014 19:05, Neil Girdhar <mistersheik at gmail.com> wrote:

> Thanks for the explanation.  It's really good to know that PyPy executes
> all Python code.  The idea of using a restricted subset is really annoying
> to me.
>
> The only thing I don't understand is why PyPy would be written in RPython.
>  If it's doing a good job analyzing source code, why do people need to
> annotate source code instead of the runtime (by collecting statistics)?
>

Start reading from here:

http://pypy.readthedocs.org/en/latest/coding-guide.html#our-runtime-interpreter-is-rpython

Tim Delaney
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140613/b82b0894/attachment-0001.html>


More information about the Python-ideas mailing list