FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45885: Specialize COMPARE_OP by sweeneyde · Pull Request #29734 · 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
bpo-45885: Specialize COMPARE_OP
- #29734
#29734
Merged
markshannon
merged 11 commits into
python:main
python/cpython:main
from
sweeneyde:compare
sweeneyde/cpython:compare
Copy head branch name to clipboard
Dec 3, 2021
Conversation
Commits
11
(11)
Checks
Files changed
Merged
bpo-45885: Specialize COMPARE_OP
#29734
markshannon
merged 11 commits into
python:main
python/cpython:main
from
sweeneyde:compare
sweeneyde/cpython:compare
Copy head branch name to clipboard
Commits
Commits on Nov 23, 2021
specialize compare_op
sweeneyde
committed
a301c92
View commit details
Copy full SHA for a301c92
Browse repository at this point
Add COMPARE_OP_STR for string equality
sweeneyde
committed
9b5e15a
View commit details
Copy full SHA for 9b5e15a
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
26cc70c
View commit details
Copy full SHA for 26cc70c
Browse repository at this point
Commits on Nov 28, 2021
Use 3 combined instructions
sweeneyde
committed
6bfe99a
View commit details
Copy full SHA for 6bfe99a
Browse repository at this point
Merge branch 'compare' of https://github.com/sweeneyde/cpython into compare
sweeneyde
committed
3531f95
View commit details
Copy full SHA for 3531f95
Browse repository at this point
remove unused variables
sweeneyde
committed
a0f558e
View commit details
Copy full SHA for a0f558e
Browse repository at this point
Commits on Dec 2, 2021
Remove adaptivity when specialization is impossible
sweeneyde
committed
124693c
View commit details
Copy full SHA for 124693c
Browse repository at this point
Only consider Py_ABS(Py_SIZE(int)) <= 1
sweeneyde
committed
91fc62a
View commit details
Copy full SHA for 91fc62a
Browse repository at this point
Pack the mask into _PyAdaptiveEntry.index
sweeneyde
committed
24c4def
View commit details
Copy full SHA for 24c4def
Browse repository at this point
Introduce and use _PyUnicode_Equal
sweeneyde
committed
24ba945
View commit details
Copy full SHA for 24ba945
Browse repository at this point
Don't check for readiness in specialization
sweeneyde
committed
bb979de
View commit details
Copy full SHA for bb979de
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL