-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-116168: Remove extra _CHECK_STACK_SPACE uops
#117242
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
Merged
gvanrossum
merged 20 commits into
python:main
from
lazorchakp:gh-116168-remove-extra-_check_stack_space-ops
Apr 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
548fb94
gh-116168: Remove extra _CHECK_STACK_SPACE uops
lazorchakp 1a7cb94
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp 5eca7ca
Assorted cleanup and pipeline fix
lazorchakp 76e540a
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp 1b1d8e1
Fix loss of data warning and revert changes to optimizer.c
lazorchakp 781590d
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp 617e4f3
Move all _CHECK_STACK_SPACE consolidation to optimizer_analysis.c
lazorchakp 49a1fa9
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp 95ef823
Use get_co in peephole_opt
lazorchakp defdc2b
clean up diff
lazorchakp df0d589
Update with PR feedback, still need to move logic to optimizer_byteco…
lazorchakp 83c57a2
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp 3f7ba5b
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp c12119f
Make combine_stack_space_checks as similar to peephole_opt as possible
lazorchakp f0b2133
Integrate combine_stack_space_checks with peephole_opt
lazorchakp 486ece6
Address style nits
lazorchakp 5b797e8
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp 64fac38
Undo accidental newline removal
lazorchakp 77e94cb
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp 7b62c2b
Fix variables names in large-framesize test comment
lazorchakp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
…tra-_check_stack_space-ops
- Loading branch information
commit 781590d05191eb2c338701d24ca97248c418479a
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Py_UNREACHABLE alone is enough usually.