Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-106581: SplitCALL_PY_EXACT_ARGS into uops#107760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
20 commits Select commitHold shift + click to select a range
56133bb Split `CALL_PY_EXACT_ARGS` into uops
gvanrossum907ff95 Fix merge so it works again (I think)
gvanrossum2c6be6d Split into finer-grained uops
gvanrossum6d78ff2 Fix type error in stacking.py
gvanrossum0d8e66c Add test
gvanrossumb75f30e Add comment explaining _PUSH_FRAME's unused output effect
gvanrossum61c2822 Make PUSH_FRAME special case a little less myterious
gvanrossumf73ea90 Rename Instruction.write to write_case_body
gvanrossum12910fc Move next_instr update to a more logical place
gvanrossum2fafa2c Don't recompute macro cache offset
gvanrossum2717b07 Fold and refactor long line in stacking.py
gvanrossume487908 Fold long lines in generate_cases.py
gvanrossum1d549af Don't emit static assert to executor cases
gvanrossumf40fb1f Factor away write_case_body (formerly Instruction.write)
gvanrossum4f6f8f8 Fold long lines
gvanrossum6facc8d Make less of a special case of _PUSH_FRAME
gvanrossum94630d4 Stop special-casing _PUSH_FRAME altogether
gvanrossumcf8e2c0 Call _Py_EnterRecursivePy in _FRAME_PUSH
gvanrossum1e62876 Merge remote-tracking branch 'upstream/main' into call-uops
gvanrossum05af848 Introduce SAVE_CURRENT_IP uop per Mark's proposal
gvanrossumFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Fold and refactor long line in stacking.py
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit2717b0738b3c25b996288f19579d125c9ffda830
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.