Bytecode optimisation

Graham Matthews graham at sloth.math.uga.edu
Wed May 19 09:27:50 EDT 1999


Tim Peters (tim_one at email.msn.com) wrote:
: No comment intended on the worth of the project or the code (haven't had
: time to study it) -- just noting that dramatic speedups almost never come
: from optimizers, but from writing the most appropriate code.

This depends on what language you are using Tim. For example if you
are using Self the compiler optimisations on method calls drastically 
speed up code. Likewise if using Sisal the compiler optimisations on
array allocation drastically speed up code. If using a functional
language deforestation optimisations speed up code. It very much
depends on the language you are using.

graham
-- 
             Like a bird on a wire
        Like a drunk in a midnight choir
            I have tried in my way
                  To be free




More information about the Python-list mailing list