-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
GH-130415: Optimize constant comparison in JIT builds #131489
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
Conversation
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.
Thanks, this new instruction opens a lot of doors for us in the optimizer! A few things I noticed:
When you're done making the requested changes, leave the comment: |
JIT test failure looks unrelated, and due to GH-131488. |
Co-authored-by: Brandt Bucher <[email protected]>
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.
Just a couple more things. Also, can you merge in main
? I think JIT CI should be fixed.
Tail-calling failure is unrelated, and showing up on other PRs too. |
So next steps would be doing the same thing for the other Is this something you'd be interested in doing? |
Uh oh!
There was an error while loading. Please reload this page.