FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() by carljm · Pull Request #103497 · 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-87729: add LOAD_SUPER_ATTR instruction for faster super()
- #103497
#103497
Merged
carljm
merged 23 commits into
python:main
python/cpython:main
from
carljm:superopt
carljm/cpython:superopt
Copy head branch name to clipboard
Apr 24, 2023
Conversation
Commits
23
(23)
Checks
Files changed
Merged
gh-87729: add LOAD_SUPER_ATTR instruction for faster super()
#103497
carljm
merged 23 commits into
python:main
python/cpython:main
from
carljm:superopt
carljm/cpython:superopt
Copy head branch name to clipboard
Commits
Commits on Apr 13, 2023
gh-87729: add instruction for faster zero-arg super()
carljm
committed
0a0ebe2
View commit details
Copy full SHA for 0a0ebe2
Browse repository at this point
add news entry
carljm
committed
f14a3bf
View commit details
Copy full SHA for f14a3bf
Browse repository at this point
document LOAD_ZERO_SUPER_ATTR
carljm
committed
5625e73
View commit details
Copy full SHA for 5625e73
Browse repository at this point
fix gdb test_wrapper_call
carljm
committed
0775efe
View commit details
Copy full SHA for 0775efe
Browse repository at this point
optimize 2-arg super also
carljm
committed
f229b5b
View commit details
Copy full SHA for f229b5b
Browse repository at this point
fix incompatible assignment
carljm
committed
626999d
View commit details
Copy full SHA for 626999d
Browse repository at this point
Merge branch 'main' into superopt
Show description for 9384106
carljm
committed
9384106
View commit details
Copy full SHA for 9384106
Browse repository at this point
fix bad first arg
carljm
committed
92c943b
View commit details
Copy full SHA for 92c943b
Browse repository at this point
Commits on Apr 14, 2023
Apply suggestions from code review
Show description for 775ed0f
carljm
and
corona10
authored
775ed0f
View commit details
Copy full SHA for 775ed0f
Browse repository at this point
don't unnecessarily re-find args in error case
carljm
committed
2077f1a
View commit details
Copy full SHA for 2077f1a
Browse repository at this point
Merge branch 'main' into superopt
Show description for 64da49f
carljm
committed
64da49f
View commit details
Copy full SHA for 64da49f
Browse repository at this point
update generated cases
carljm
committed
4759ad9
View commit details
Copy full SHA for 4759ad9
Browse repository at this point
fix incompatible types
carljm
committed
94399c2
View commit details
Copy full SHA for 94399c2
Browse repository at this point
Commits on Apr 17, 2023
Merge branch 'main' into superopt
Show description for 5136459
carljm
committed
5136459
View commit details
Copy full SHA for 5136459
Browse repository at this point
review comments
carljm
committed
82945b2
View commit details
Copy full SHA for 82945b2
Browse repository at this point
update generated cases with new comment
carljm
committed
3a3cb74
View commit details
Copy full SHA for 3a3cb74
Browse repository at this point
Commits on Apr 19, 2023
simplify oparg & 2 handling
carljm
committed
e4466a7
View commit details
Copy full SHA for e4466a7
Browse repository at this point
Merge branch 'main' into superopt
Show description for 5c0a21c
carljm
committed
5c0a21c
View commit details
Copy full SHA for 5c0a21c
Browse repository at this point
Commits on Apr 20, 2023
cleanup and clarification
carljm
committed
f161268
View commit details
Copy full SHA for f161268
Browse repository at this point
move __class__ special case out of the fast path
carljm
committed
df442c0
View commit details
Copy full SHA for df442c0
Browse repository at this point
Commits on Apr 24, 2023
Merge branch 'main' into superopt
Show description for 19b8025
carljm
committed
19b8025
View commit details
Copy full SHA for 19b8025
Browse repository at this point
Merge branch 'main' into superopt
Show description for 0de5bc6
carljm
committed
0de5bc6
View commit details
Copy full SHA for 0de5bc6
Browse repository at this point
Merge branch 'main' into superopt
Show description for dbe1665
carljm
committed
dbe1665
View commit details
Copy full SHA for dbe1665
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL