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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2016-06-27.05:20:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467004807.75.0.147153455192.issue27255@psf.upfronthosting.co.za>
In-reply-to
Content
The second version of the patch mostly looks fine.  

The prediction from DUP_TOP_TWO to BINARY_SUBSCR is questionable.  Because compile.c only uses it one context, the prediction rate is 100%; however, there is no intrinsic relationship between the two opcodes, so the prediction is happenstance and fragile.  Reconsider whether you really want this prediction pairing.
History
Date User Action Args
2016-06-27 05:20:07rhettingersetrecipients: + rhettinger, serhiy.storchaka
2016-06-27 05:20:07rhettingersetmessageid: <1467004807.75.0.147153455192.issue27255@psf.upfronthosting.co.za>
2016-06-27 05:20:07rhettingerlinkissue27255 messages
2016-06-27 05:20:07rhettingercreate