SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 120 Python

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.
M
Mark Shannon committed
28d28e053db6b69d91c2dfd579207cd8ccbc39e7
Parent: b98eba5
Committed by GitHub <noreply@github.com> on 4/8/2021, 10:22:55 AM