-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
gh-100239: Specialize binary operations using BINARY_OP_EXTEND #128956
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
02ca84d
27f4c56
51d1b11
e8263f9
77c1558
fe63c59
f099585
7f2c4a0
d2dcb87
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Specialize ``BINARY_OP`` for concatenation of lists and tuples, and | ||
| propagate the result type through ``_BINARY_OP_EXTEND`` in the tier 2 | ||
| optimizer so that follow-up type guards can be eliminated. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If one type matches, but not the other, this can still be optimized to a single type guard.