-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-109039: Branch prediction for Tier 2 interpreter #109038
Merged
Merged
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44db701 - Browse repository at this point
Copy the full SHA 44db701View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff29ab3 - Browse repository at this point
Copy the full SHA ff29ab3View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebc91a2 - Browse repository at this point
Copy the full SHA ebc91a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 072bb38 - Browse repository at this point
Copy the full SHA 072bb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 896ae53 - Browse repository at this point
Copy the full SHA 896ae53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb5b90 - Browse repository at this point
Copy the full SHA 0eb5b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bfb3d - Browse repository at this point
Copy the full SHA 25bfb3dView commit details -
Require 16 iterations before optimizing
This is needed so branch prediction can work.
Configuration menu - View commit details
-
Copy full SHA for a9c0805 - Browse repository at this point
Copy the full SHA a9c0805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dfb94c - Browse repository at this point
Copy the full SHA 7dfb94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73eb60f - Browse repository at this point
Copy the full SHA 73eb60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd322a - Browse repository at this point
Copy the full SHA fbd322aView commit details
Commits on Sep 8, 2023
-
Update counter in INSTRUMENTED_POP_JUMP_IF_FALSE
Alas, this goes untested (how to test it?). In INSTRUMENTED_POP_JUMP_IF_NOT_NONE, rename flag to nflag to emphasise that its sense is reversed (this is the only op that jumps if the flag is false, because there's no Py_IsNotNone() function). (Alternatively, we could have changed the sense of the flag, but that would have been more work.)
Configuration menu - View commit details
-
Copy full SHA for ed045d7 - Browse repository at this point
Copy the full SHA ed045d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1850988 - Browse repository at this point
Copy the full SHA 1850988View commit details -
Fix test_huntrleaks under -Xuops
This time by disabling the optimizer.
Configuration menu - View commit details
-
Copy full SHA for 4f1684c - Browse repository at this point
Copy the full SHA 4f1684cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2cf12 - Browse repository at this point
Copy the full SHA cb2cf12View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d74670c - Browse repository at this point
Copy the full SHA d74670cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41463a5 - Browse repository at this point
Copy the full SHA 41463a5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.