FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-106529: Split FOR_ITER_RANGE into uops by gvanrossum · Pull Request #106638 · 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-106529: Split FOR_ITER_RANGE into uops
- #106638
#106638
Merged
gvanrossum
merged 8 commits into
python:main
python/cpython:main
from
gvanrossum:new-for-iter-uops
gvanrossum/cpython:new-for-iter-uops
Copy head branch name to clipboard
Jul 12, 2023
Conversation
Commits
8
(8)
Checks
Files changed
Merged
gh-106529: Split FOR_ITER_RANGE into uops
#106638
gvanrossum
merged 8 commits into
python:main
python/cpython:main
from
gvanrossum:new-for-iter-uops
gvanrossum/cpython:new-for-iter-uops
Copy head branch name to clipboard
Commits
Commits on Jul 12, 2023
macro(FOR_ITER_RANGE) = _ITER_NEXT_RANGE + _FOR_ITER_END
Show description for a195370
gvanrossum
committed
a195370
View commit details
Copy full SHA for a195370
Browse repository at this point
macro(FOR_ITER_RANGE) = _ITER_CHECK_RANGE + _ITER_NEXT_RANGE + _FOR_ITER_END
gvanrossum
committed
aafc5c3
View commit details
Copy full SHA for aafc5c3
Browse repository at this point
macro(FOR_ITER_RANGE) = _ITER_CHECK_RANGE + _ITER_JUMP_RANGE + _ITER_NEXT_RANGE
gvanrossum
committed
f9efab6
View commit details
Copy full SHA for f9efab6
Browse repository at this point
Tier 2 translation, with test
Show description for efd4472
gvanrossum
committed
efd4472
View commit details
Copy full SHA for efd4472
Browse repository at this point
Fix memory leak and restore original comment
gvanrossum
committed
6b8fb78
View commit details
Copy full SHA for 6b8fb78
Browse repository at this point
Merge branch 'main' into new-for-iter-uops
gvanrossum
committed
3104afe
View commit details
Copy full SHA for 3104afe
Browse repository at this point
Merge branch 'main' into new-for-iter-uops
gvanrossum
committed
4f3a0b4
View commit details
Copy full SHA for 4f3a0b4
Browse repository at this point
Fix crash if stub doesn't need to be moved
Show description for 4ccb873
gvanrossum
committed
4ccb873
View commit details
Copy full SHA for 4ccb873
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL