Skip to content
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-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass #117997

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Apr 17, 2024

Reduces the (non-generated) code size by a few lines and removes a pass which should speed the optimizer up a tad.

@Fidget-Spinner
Copy link
Member

JIT builds are failing for unknown reasons...

@markshannon
Copy link
Member Author

The failures seem to be related to the file system on the emulated architectures differing from the real hardware.
They all fail the same way: / is not the root folder.
Not related to this PR, and most likely not showing up before as we only do the JIT builds for PRs that change the JIT.

@markshannon markshannon merged commit e32f6e9 into python:main Apr 18, 2024
52 of 56 checks passed
@markshannon markshannon deleted the tier2-tidy branch April 18, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants