-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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-130415: Optimize constant comparison in JIT builds #131489
Conversation
savannahostrowski
commented
Mar 20, 2025
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Better constant narrowing in the JIT optimizer #130415
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 <brandtbucher@gmail.com>
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? |