Skip to content

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
Show file tree
Hide file tree
Changes from all commits
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 Mar 21, 2024
1a7cb94
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Mar 26, 2024
5eca7ca
Assorted cleanup and pipeline fix
lazorchakp Mar 26, 2024
76e540a
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Mar 26, 2024
1b1d8e1
Fix loss of data warning and revert changes to optimizer.c
lazorchakp Mar 26, 2024
781590d
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Mar 26, 2024
617e4f3
Move all _CHECK_STACK_SPACE consolidation to optimizer_analysis.c
lazorchakp Mar 28, 2024
49a1fa9
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Mar 28, 2024
95ef823
Use get_co in peephole_opt
lazorchakp Mar 28, 2024
defdc2b
clean up diff
lazorchakp Mar 28, 2024
df0d589
Update with PR feedback, still need to move logic to optimizer_byteco…
lazorchakp Mar 29, 2024
83c57a2
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Mar 29, 2024
3f7ba5b
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Mar 29, 2024
c12119f
Make combine_stack_space_checks as similar to peephole_opt as possible
lazorchakp Mar 30, 2024
f0b2133
Integrate combine_stack_space_checks with peephole_opt
lazorchakp Mar 30, 2024
486ece6
Address style nits
lazorchakp Apr 1, 2024
5b797e8
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Apr 1, 2024
64fac38
Undo accidental newline removal
lazorchakp Apr 2, 2024
77e94cb
Merge remote-tracking branch 'upstream/main' into gh-116168-remove-ex…
lazorchakp Apr 3, 2024
7b62c2b
Fix variables names in large-framesize test comment
lazorchakp Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
215 changes: 108 additions & 107 deletions Include/internal/pycore_uop_ids.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Include/internal/pycore_uop_metadata.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading