FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-100239: Specialize binary operations using BINARY_OP_EXTEND by eendebakpt · Pull Request #128956 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-100239: Specialize binary operations using BINARY_OP_EXTEND
- #128956
#128956
Merged
markshannon
merged 25 commits into
python:main
python/cpython:main
from
eendebakpt:binary_op_list_list
eendebakpt/cpython:binary_op_list_list
Copy head branch name to clipboard
Apr 16, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
gh-100239: Specialize binary operations using BINARY_OP_EXTEND
#128956
markshannon
merged 25 commits into
python:main
python/cpython:main
from
eendebakpt:binary_op_list_list
eendebakpt/cpython:binary_op_list_list
Copy head branch name to clipboard
Commits
Commits on Apr 5, 2026
specialize concatenation of lists and tuples
eendebakpt
committed
02ca84d
View commit details
Copy full SHA for 02ca84d
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
eendebakpt
committed
27f4c56
View commit details
Copy full SHA for 27f4c56
Browse repository at this point
refactor for type information
eendebakpt
committed
51d1b11
View commit details
Copy full SHA for 51d1b11
Browse repository at this point
add unique type propagation
eendebakpt
committed
e8263f9
View commit details
Copy full SHA for e8263f9
Browse repository at this point
Commits on Apr 6, 2026
Merge branch 'main' into binary_op_list_list
Show description for 77c1558
eendebakpt
committed
77c1558
View commit details
Copy full SHA for 77c1558
Browse repository at this point
special case for concatenation
eendebakpt
committed
fe63c59
View commit details
Copy full SHA for fe63c59
Browse repository at this point
fix
eendebakpt
committed
f099585
View commit details
Copy full SHA for f099585
Browse repository at this point
Commits on Apr 7, 2026
Merge branch 'main' into binary_op_list_list
eendebakpt
authored
7f2c4a0
View commit details
Copy full SHA for 7f2c4a0
Browse repository at this point
add asserts
eendebakpt
committed
d2dcb87
View commit details
Copy full SHA for d2dcb87
Browse repository at this point
Commits on Apr 9, 2026
review comments: reduce number of guards
eendebakpt
committed
6b0e5ed
View commit details
Copy full SHA for 6b0e5ed
Browse repository at this point
review comments: reduce number of guards
eendebakpt
committed
d3f2d9d
View commit details
Copy full SHA for d3f2d9d
Browse repository at this point
review comments: only guard on rhs or lhs if needed
eendebakpt
committed
49459c4
View commit details
Copy full SHA for 49459c4
Browse repository at this point
update tests
eendebakpt
committed
72e8ab8
View commit details
Copy full SHA for 72e8ab8
Browse repository at this point
Commits on Apr 10, 2026
mark tier2 ops
eendebakpt
committed
652286a
View commit details
Copy full SHA for 652286a
Browse repository at this point
Merge branch 'main' into binary_op_list_list
eendebakpt
committed
6dc2e3c
View commit details
Copy full SHA for 6dc2e3c
Browse repository at this point
Commits on Apr 11, 2026
Merge branch 'main' into binary_op_list_list
eendebakpt
committed
0b8dfee
View commit details
Copy full SHA for 0b8dfee
Browse repository at this point
fix: pass descriptor to _GUARD_BINARY_OP_EXTEND_{LHS,RHS} in tier2 optimizer
Show description for 430248c
eendebakpt
committed
430248c
View commit details
Copy full SHA for 430248c
Browse repository at this point
Regenerate optimizer_cases.c.h with descriptor operand fix
eendebakpt
committed
a018c03
View commit details
Copy full SHA for a018c03
Browse repository at this point
Merge branch 'main' into binary_op_list_list
eendebakpt
authored
d6740d7
View commit details
Copy full SHA for d6740d7
Browse repository at this point
Commits on Apr 12, 2026
fix ADD_OP
eendebakpt
committed
538d072
View commit details
Copy full SHA for 538d072
Browse repository at this point
Merge branch 'main' into binary_op_list_list
eendebakpt
authored
c390a03
View commit details
Copy full SHA for c390a03
Browse repository at this point
remove indirection
eendebakpt
committed
b2cb6b1
View commit details
Copy full SHA for b2cb6b1
Browse repository at this point
Merge remote-tracking branch 'origin/main' into binary_op_list_list
eendebakpt
committed
8d5e201
View commit details
Copy full SHA for 8d5e201
Browse repository at this point
Commits on Apr 14, 2026
Merge branch 'main' into binary_op_list_list
eendebakpt
committed
027fc39
View commit details
Copy full SHA for 027fc39
Browse repository at this point
Commits on Apr 15, 2026
Merge branch 'main' into binary_op_list_list
eendebakpt
committed
cdaf82f
View commit details
Copy full SHA for cdaf82f
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL