FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples by reidenong · Pull Request #144300 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples
- #144300
#144300
Merged
Fidget-Spinner
merged 36 commits into
python:main
python/cpython:main
from
reidenong:branch-unique-reference-tracking
reidenong/cpython:branch-unique-reference-tracking
Copy head branch name to clipboard
Mar 22, 2026
Conversation
Commits
36
(36)
Checks
Files changed
Merged
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples
#144300
Fidget-Spinner
merged 36 commits into
python:main
python/cpython:main
from
reidenong:branch-unique-reference-tracking
reidenong/cpython:branch-unique-reference-tracking
Copy head branch name to clipboard
Commits
Commits on Jan 28, 2026
Add unique reference tracking to JIT, optimize tuple unpacking
reidenong
committed
e4b7f51
View commit details
Copy full SHA for e4b7f51
Browse repository at this point
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
b32a8e2
View commit details
Copy full SHA for b32a8e2
Browse repository at this point
Regenerate cases
reidenong
committed
7aeac0e
View commit details
Copy full SHA for 7aeac0e
Browse repository at this point
Fix unique tuple unpacking checks
reidenong
committed
f8b7e4e
View commit details
Copy full SHA for f8b7e4e
Browse repository at this point
Commits on Jan 29, 2026
Implement _PyTuple_ExactDealloc
reidenong
committed
37d7c4b
View commit details
Copy full SHA for 37d7c4b
Browse repository at this point
Rename symbol
reidenong
committed
7df2176
View commit details
Copy full SHA for 7df2176
Browse repository at this point
Commits on Jan 30, 2026
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
6f66c56
View commit details
Copy full SHA for 6f66c56
Browse repository at this point
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
b251825
View commit details
Copy full SHA for b251825
Browse repository at this point
Regenerate cases
reidenong
committed
bcd5654
View commit details
Copy full SHA for bcd5654
Browse repository at this point
Commits on Jan 31, 2026
Add alignment checking
reidenong
committed
acfa737
View commit details
Copy full SHA for acfa737
Browse repository at this point
Change JIT reference tags to 2 bit scheme
reidenong
committed
a0fd9e2
View commit details
Copy full SHA for a0fd9e2
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
645776a
View commit details
Copy full SHA for 645776a
Browse repository at this point
Commits on Feb 1, 2026
Fix style
reidenong
committed
cdb4a05
View commit details
Copy full SHA for cdb4a05
Browse repository at this point
Commits on Feb 2, 2026
Remove unnecesssary deopt
reidenong
committed
275732b
View commit details
Copy full SHA for 275732b
Browse repository at this point
Regenerate cases
reidenong
committed
dbde059
View commit details
Copy full SHA for dbde059
Browse repository at this point
Commits on Feb 3, 2026
Replace tuple deallocation with tuple free
reidenong
committed
bd70ebd
View commit details
Copy full SHA for bd70ebd
Browse repository at this point
Commits on Feb 5, 2026
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
d16f298
View commit details
Copy full SHA for d16f298
Browse repository at this point
Regenerate cases
reidenong
committed
bec7ee3
View commit details
Copy full SHA for bec7ee3
Browse repository at this point
Add unique reference two tuple optimization
reidenong
committed
5c9b9c6
View commit details
Copy full SHA for 5c9b9c6
Browse repository at this point
Add efficient unpacking for uniquely referenced three tuples
reidenong
committed
cdbe2e6
View commit details
Copy full SHA for cdbe2e6
Browse repository at this point
Commits on Feb 6, 2026
Move length checks to JIT
reidenong
committed
fb1d227
View commit details
Copy full SHA for fb1d227
Browse repository at this point
Refactor JIT reference remove unique
reidenong
committed
c7e53fb
View commit details
Copy full SHA for c7e53fb
Browse repository at this point
Remove JIT reference uniqueness on store
reidenong
committed
6851962
View commit details
Copy full SHA for 6851962
Browse repository at this point
Remove unnecessary DEOPT
reidenong
committed
8c8e0a9
View commit details
Copy full SHA for 8c8e0a9
Browse repository at this point
Commits on Feb 21, 2026
Remove redundant make unique ops
reidenong
committed
a6fffdc
View commit details
Copy full SHA for a6fffdc
Browse repository at this point
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
78978aa
View commit details
Copy full SHA for 78978aa
Browse repository at this point
Regen cases
reidenong
committed
0b07ac4
View commit details
Copy full SHA for 0b07ac4
Browse repository at this point
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
14e5d3d
View commit details
Copy full SHA for 14e5d3d
Browse repository at this point
Commits on Mar 9, 2026
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
8506038
View commit details
Copy full SHA for 8506038
Browse repository at this point
Regen cases
reidenong
committed
d67617f
View commit details
Copy full SHA for d67617f
Browse repository at this point
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
100eeb5
View commit details
Copy full SHA for 100eeb5
Browse repository at this point
Commits on Mar 11, 2026
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
e476061
View commit details
Copy full SHA for e476061
Browse repository at this point
Merge branch 'main' into branch-unique-reference-tracking
reidenong
authored
06a9ec1
View commit details
Copy full SHA for 06a9ec1
Browse repository at this point
Commits on Mar 22, 2026
Merge remote-tracking branch 'upstream/main' into pr/144300
Fidget-Spinner
committed
6bce6b4
View commit details
Copy full SHA for 6bce6b4
Browse repository at this point
Mark unique tuple freeing as non-escaping
Fidget-Spinner
committed
89dc467
View commit details
Copy full SHA for 89dc467
Browse repository at this point
fix a bugs in _COPY_FREE_VARS and frame creation
Fidget-Spinner
committed
4e6c792
View commit details
Copy full SHA for 4e6c792
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL