-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-134584: Eliminate redundant refcounting from _CALL_TYPE_1
#135818
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
Changes from 2 commits
85ab405
f927209
bbf1c9d
81f9b44
6934f63
e86897a
bd62d15
ca15e78
bcb805d
56fa30f
225d6db
bba9435
6ffffa6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Eliminate redundant refcounting from ``_CALL_TYPE_1``. Patch by Tomas Roun |
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.
This shouldn't be here, right? Because we're leaving
argon the stack ina?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.
Veery late response 😅 but I changed and renamed this op to
_SHUFFLE_2_LOAD_CONST_INLINE_BORROWsince it's analogous to the recently added_SHUFFLE_3_LOAD_CONST_INLINE_BORROW. This also resolves the issue with closing the ref! :)