A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2005-April/053110.html below:

[Python-Dev] noob question regarding the interpreter

[Python-Dev] noob question regarding the interpreter [Python-Dev] noob question regarding the interpreterNeil Schemenauer nas at arctrix.com
Fri Apr 29 04:24:02 CEST 2005
On Thu, Apr 28, 2005 at 05:47:18PM -0400, Jing Su wrote:
> Is there work to change python into a direct-threaded or even JIT'ed 
> interpreter?

People have experimented with making the ceval loop use direct
threading.  If I recall correctly, the resulting speedup was not
significant.  I suspect the reason is that most of Python's opcodes
do a significant amount of work.  There's probably more to be gained
by moving to a register based VM.  Also, I think direct threading is
hard to do portably.

If you are interested in JIT, take a look at Psyco.

  Neil
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4