Python's biggest compromises

Robin Becker robin at jessikat.fsnet.co.uk
Thu Jul 31 13:22:46 EDT 2003


In article <viibo7t45unv83 at news.supernews.com>, John Roth
<newsgroups at jhrothjr.com> writes
>
.....
>High performance isn't Python's target. If PyPy ever gets their act
>off the ground, then we will have a shot at a good quality JIT
>interpreter. Then watch it fly.
>
.... doesn't psyco already attempt to do JIT? It certainly doesn't
speed things up that much. If all the variables are known to be of a
specific type then you could expect C like speeds from a good JIT, but
without global analysis it's hard to see how we infer/guarantee python
types. 
>
>John Roth
>
>
>>
>> Anthony
>> http://xminc.com/anthony
>
>

-- 
Robin Becker




More information about the Python-list mailing list