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 Mark.Shannon
Recipients Jim Fasarakis-Hilliard, Mark.Shannon, Roy Williams, Ryan May, brett.cannon, francismb, gvanrossum, josh.r, jstasiak, methane, ncoghlan, ned.deily, vstinner, yselivanov
Date 2019-10-07.12:25:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570451118.04.0.185026669888.issue26219@roundup.psfhosted.org>
In-reply-to
Content
"What's new in Python 3.8" says that this change speeds up the LOAD_GLOBAL opcode by 40%.
That seems meaningless as a program cannot have LOAD_GLOBAL in isolation so any test would have other bytecodes as well.

What's the evidence for the claimed speedup?
What's the speedup on the benchmark suite?
History
Date User Action Args
2019-10-07 12:25:18Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, brett.cannon, ncoghlan, vstinner, ned.deily, methane, francismb, yselivanov, jstasiak, josh.r, Jim Fasarakis-Hilliard, Ryan May, Roy Williams
2019-10-07 12:25:18Mark.Shannonsetmessageid: <1570451118.04.0.185026669888.issue26219@roundup.psfhosted.org>
2019-10-07 12:25:18Mark.Shannonlinkissue26219 messages
2019-10-07 12:25:17Mark.Shannoncreate