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 2015-07-22.05:51:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437544318.49.0.447704418567.issue24681@psf.upfronthosting.co.za>
In-reply-to
Content
One other change is to defer saving table=so->table until just before the rich comparison since it is only needed in that code block.  This improves the generated code saving a register spill and reload on the most common code paths.
History
Date User Action Args
2015-07-22 05:51:58rhettingersetrecipients: + rhettinger, serhiy.storchaka
2015-07-22 05:51:58rhettingersetmessageid: <1437544318.49.0.447704418567.issue24681@psf.upfronthosting.co.za>
2015-07-22 05:51:58rhettingerlinkissue24681 messages
2015-07-22 05:51:58rhettingercreate