-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Remove the PREDICT macros. #104610
Copy link
Copy link
Closed
Labels
performancePerformance or resource usagePerformance or resource usage
Description
The PREDICT() macros are supposed to speed dispatch on platforms without computed gotos (i.e. Windows).
However the "predictions" are nothing like the actual behavior observed, especially with PEP 659.
We might want to insert something like the PREDICT macros automatically, but the manually inserted ones are useless, or worse, and should be removed.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
performancePerformance or resource usagePerformance or resource usage