bpo-44878: Remove the switch from the main interpreter loop when using computed gotos. (GH-27726)
* Refactor dispatch logic to make flow of control clearer. Moves lltrace and dxprofile instrumentation into DISPATCH macro. * Remove switch in interpreter loop when using computed gotos. There is no need for two nearly-duplicate dispatch tables.
M
Mark Shannon committed
f66d00fdd7e9a333accc6bf0e37173051aaa55d0
Parent: 3f3d5dc
Committed by GitHub <noreply@github.com>
on 8/11/2021, 1:02:11 PM