Serhiy Storchaka added the comment:

Since existing predictions were added many new opcodes and opcode combinations 
were added. Predictions need to be updated to reflect current status.

The patch contained only predictions for highly predictive (>=94%) pairs of 
commonly used opcodes or 100% predictive pairs of uncommonly used opcodes (but 
they can be more common in specific applications).

The second version of the patch contains only 100% predictions. It doesn't 
depend on any statistics, the compiler always generate these opcodes in pairs.

----------
Added file: http://bugs.python.org/file43547/more_opcode_predicts_2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27255>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to