bpo-43760: Streamline dispatch sequence for machines without computed gotos. by markshannon · Pull Request #25244 · python/cpython
* Do fetch and decode at end of opocde then jump directly to switch. Should allow compilers that don't support computed-gotos, specifically MSVC, to generate better code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters