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 yselivanov
Recipients Jim Fasarakis-Hilliard, Roy Williams, Ryan May, brett.cannon, francismb, gvanrossum, josh.r, jstasiak, methane, ncoghlan, ned.deily, vstinner, yselivanov
Date 2018-01-28.15:39:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517153991.77.0.467229070634.issue26219@psf.upfronthosting.co.za>
In-reply-to
Content
> With the 3.7 beta deadline just around the corner, 3.8 will be the next opportunity to reconsider this idea.

Nick, Ned, Guido,

Would it be OK if we add this to 3.7beta2?

I feel kind of bad about this one... few thoughts:  

1. The speedup is about 5-10% on macro-benchmarks!  This is significant.

2. Inada-san offered me help with this, and I declined, saying that I plan to do more research/experiments and commit it before 3.7.  And I didn't have time to do it because of other work I did for CPython.

3. Even though the optimization is invasive, I feel confident about it.  It just so happens that whatever modification we do to ceval, it will be covered 100% with tests or any code you execute.  Any regression or anomaly should become apparent almost immediately.

4. We'll have quite a bit of time to see if this works or not.  This isn't a new functionality, so we can always pull it from the first RC build if necessary.
History
Date User Action Args
2018-01-28 15:39:51yselivanovsetrecipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, vstinner, ned.deily, methane, francismb, jstasiak, josh.r, Jim Fasarakis-Hilliard, Ryan May, Roy Williams
2018-01-28 15:39:51yselivanovsetmessageid: <1517153991.77.0.467229070634.issue26219@psf.upfronthosting.co.za>
2018-01-28 15:39:51yselivanovlinkissue26219 messages
2018-01-28 15:39:51yselivanovcreate