[Python-Dev] Opcode frequency (original) (raw)

Georg Brandl g.brandl at gmx.net
Wed Jun 18 18:56:47 CEST 2008


Hi,

Maciej Fijalkowski did an opcode analysis for PyPy, it also shows the relative frequency of opcodes following a specifc one:

http://codespeak.net/svn/user/fijal/opcodes.txt

Might it make sense to add more PREDICT()ions based on this, e.g. for BUILD_SLICE -> BINARY_SUBSCR?

Georg



More information about the Python-Dev mailing list