Bytecode optimisation

Graham Matthews graham at sloth.math.uga.edu
Thu May 20 14:36:52 EDT 1999


Phil Hunt (philh at vision25.demon.co.uk) wrote:
: Has anyone looked into whether Python could be speeded up by using 
: similar techniques to those Self uses?

It's quite a bit of work since Self does dynamic compilation. Some of
their techniques are surely useable however, for example the way method
lookups are cached.

graham
-- 
                         On the streets tonight
                         The innocent are dying
                        And the world's not right
                         So many millions dying




More information about the Python-list mailing list