[Python-Dev] Opcode frequency (original) (raw)
Georg Brandl g.brandl at gmx.net
Wed Jun 18 18:56:47 CEST 2008
- Previous message: [Python-Dev] test_multiprocessing: test_listener_client flakiness
- Next message: [Python-Dev] Opcode frequency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] test_multiprocessing: test_listener_client flakiness
- Next message: [Python-Dev] Opcode frequency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]