This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2016-06-26.21:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466977095.49.0.863637745837.issue27255@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-26 21:38:15serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2016-06-26 21:38:15serhiy.storchakasetmessageid: <1466977095.49.0.863637745837.issue27255@psf.upfronthosting.co.za>
2016-06-26 21:38:15serhiy.storchakalinkissue27255 messages
2016-06-26 21:38:14serhiy.storchakacreate