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 Mark.Shannon
Date 2021-04-07.09:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The DISPATCH() macro has two failings.

1. Its check for tracing involves too much pointer chaser.

2. The logic assumes that computed-gotos is the "fast path" which makes switch dispatch, and therefore Python on Windows unnecessarily slow.
History
Date User Action Args
2021-04-07 09:35:49Mark.Shannonsetrecipients: + Mark.Shannon
2021-04-07 09:35:49Mark.Shannonsetmessageid: <[email protected]>
2021-04-07 09:35:49Mark.Shannonlinkissue43760 messages
2021-04-07 09:35:49Mark.Shannoncreate