bpo-43760: Streamline dispatch sequence for machines without computed… · python/cpython@28d28e0 · GitHub
Skip to content

Commit 28d28e0

Browse files
authored
bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
* Do fetch and decode at end of opcode then jump directly to switch. Should allow compilers that don't support computed-gotos, specifically MSVC, to generate better code.
1 parent b98eba5 commit 28d28e0

1 file changed

Lines changed: 52 additions & 61 deletions

File tree

Python/ceval.c

Lines changed: 52 additions & 61 deletions

0 commit comments

Comments
 (0)