FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops by gvanrossum · Pull Request #107760 · 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-106581: Split CALL_PY_EXACT_ARGS into uops
- #107760
#107760
Merged
gvanrossum
merged 20 commits into
python:main
python/cpython:main
from
gvanrossum:call-uops
gvanrossum/cpython:call-uops
Copy head branch name to clipboard
Aug 16, 2023
Conversation
Commits
20
(20)
Checks
Files changed
Merged
gh-106581: Split CALL_PY_EXACT_ARGS into uops
#107760
gvanrossum
merged 20 commits into
python:main
python/cpython:main
from
gvanrossum:call-uops
gvanrossum/cpython:call-uops
Copy head branch name to clipboard
Commits
Commits on Aug 9, 2023
Split `CALL_PY_EXACT_ARGS` into uops
Show description for 56133bb
gvanrossum
committed
56133bb
View commit details
Copy full SHA for 56133bb
Browse repository at this point
Fix merge so it works again (I think)
gvanrossum
committed
907ff95
View commit details
Copy full SHA for 907ff95
Browse repository at this point
Split into finer-grained uops
gvanrossum
committed
2c6be6d
View commit details
Copy full SHA for 2c6be6d
Browse repository at this point
Commits on Aug 10, 2023
Fix type error in stacking.py
gvanrossum
committed
6d78ff2
View commit details
Copy full SHA for 6d78ff2
Browse repository at this point
Add test
gvanrossum
committed
0d8e66c
View commit details
Copy full SHA for 0d8e66c
Browse repository at this point
Add comment explaining _PUSH_FRAME's unused output effect
gvanrossum
committed
b75f30e
View commit details
Copy full SHA for b75f30e
Browse repository at this point
Make PUSH_FRAME special case a little less myterious
gvanrossum
committed
61c2822
View commit details
Copy full SHA for 61c2822
Browse repository at this point
Rename Instruction.write to write_case_body
gvanrossum
committed
f73ea90
View commit details
Copy full SHA for f73ea90
Browse repository at this point
Move next_instr update to a more logical place
gvanrossum
committed
12910fc
View commit details
Copy full SHA for 12910fc
Browse repository at this point
Don't recompute macro cache offset
gvanrossum
committed
2fafa2c
View commit details
Copy full SHA for 2fafa2c
Browse repository at this point
Fold and refactor long line in stacking.py
gvanrossum
committed
2717b07
View commit details
Copy full SHA for 2717b07
Browse repository at this point
Fold long lines in generate_cases.py
gvanrossum
committed
e487908
View commit details
Copy full SHA for e487908
Browse repository at this point
Don't emit static assert to executor cases
gvanrossum
committed
1d549af
View commit details
Copy full SHA for 1d549af
Browse repository at this point
Factor away write_case_body (formerly Instruction.write)
gvanrossum
committed
f40fb1f
View commit details
Copy full SHA for f40fb1f
Browse repository at this point
Commits on Aug 11, 2023
Fold long lines
gvanrossum
committed
4f6f8f8
View commit details
Copy full SHA for 4f6f8f8
Browse repository at this point
Make less of a special case of _PUSH_FRAME
Show description for 6facc8d
gvanrossum
committed
6facc8d
View commit details
Copy full SHA for 6facc8d
Browse repository at this point
Stop special-casing _PUSH_FRAME altogether
Show description for 94630d4
gvanrossum
committed
94630d4
View commit details
Copy full SHA for 94630d4
Browse repository at this point
Commits on Aug 15, 2023
Call _Py_EnterRecursivePy in _FRAME_PUSH
gvanrossum
committed
cf8e2c0
View commit details
Copy full SHA for cf8e2c0
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into call-uops
gvanrossum
committed
1e62876
View commit details
Copy full SHA for 1e62876
Browse repository at this point
Commits on Aug 16, 2023
Introduce SAVE_CURRENT_IP uop per Mark's proposal
gvanrossum
committed
05af848
View commit details
Copy full SHA for 05af848
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL