-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-134584: Decref elimination for float ops in the JIT #134588
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
Fidget-Spinner
merged 27 commits into
python:main
from
Fidget-Spinner:decref_elimination_floats
Jun 17, 2025
Merged
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9466417
Skip refcounting where possible for common float ops
Fidget-Spinner ad03b1e
Add for common list ops
Fidget-Spinner 7f90d0c
Fix test, rename
Fidget-Spinner a42b434
Remove list optimizations to minimize PR
Fidget-Spinner f456740
📜🤖 Added by blurb_it.
blurb-it[bot] 16f9dee
Merge remote-tracking branch 'upstream/main' into decref_elimination_…
Fidget-Spinner 5c429b6
Rename things to make things clearer
Fidget-Spinner 1535133
Revert "Rename things to make things clearer"
Fidget-Spinner 8f62067
Massive refactor from JitOptSymbol to JitRef
Fidget-Spinner a158835
refactor more
Fidget-Spinner e77f842
fix debug build
Fidget-Spinner 01004c2
lint
Fidget-Spinner 24f98d5
Merge remote-tracking branch 'upstream/main' into decref_elimination_…
Fidget-Spinner 0189413
fix upstream
Fidget-Spinner 4a386bf
reduce diff
Fidget-Spinner ac034a0
fix for FT
Fidget-Spinner b6e467e
fix failing tests
Fidget-Spinner 3a3fa9d
Fix for disabled GIL
Fidget-Spinner ab1ad9c
fix on FT again
Fidget-Spinner 5d82489
Try fix windows
Fidget-Spinner 4d9a68e
Apply code review suggestions from Tomas
Fidget-Spinner 2bbd47a
call the functions sym instead of ref
Fidget-Spinner 2d779c4
rename jitref functions
Fidget-Spinner b74e160
Address review
Fidget-Spinner 3ebcc20
Update comment
Fidget-Spinner 673d5c8
Merge remote-tracking branch 'upstream/main' into decref_elimination_…
Fidget-Spinner 914f1ff
Fix changes from upstream (no more casts)
Fidget-Spinner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.