8000 GH-130415: Use boolean guards to narrow types to values in the JIT by brandtbucher · Pull Request #130659 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-130415: Use boolean guards to narrow types to values in the JIT #130659

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
merged 13 commits into from
Mar 2, 2025
Prev Previous commit
Next Next commit
blurb add
  • Loading branch information
brandtbucher committed Feb 28, 2025
commit c8214c96a0144d5f6f9f9dd55a2dd5258fe15e8c
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Improve the experimental JIT's ability to narrow boolean values based on the
results of truth tests.
Loading
0