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-118095: Use broader specializations in tier 1, for better tier 2 support of calls.#118322
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
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
0b157ab2262f984af43c2b7795e3e5c7dce61abb3bb49bc86f42519d32946321a2dcfe62ff43c71c6d410b4077302cdf2f1831eb37819b1c857d152839d16e1d5c0a7File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -3041,7 +3041,6 @@ dummy_func( | ||
| family(CALL, INLINE_CACHE_ENTRIES_CALL) = { | ||
| CALL_BOUND_METHOD_EXACT_ARGS, | ||
| CALL_PY_EXACT_ARGS, | ||
| CALL_TYPE_1, | ||
| CALL_STR_1, | ||
| CALL_TUPLE_1, | ||
| @@ -3323,40 +3322,6 @@ dummy_func( | ||
| _SAVE_RETURN_OFFSET + | ||
| _PUSH_FRAME; | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Just curious, this isn't worth specializing anymore? I forget exactly why it can't be converted to tier two (I'm guessing that there's more than one reason, since the use of MemberAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Two reasons:
| ||
| inst(CALL_TYPE_1, (unused/1, unused/2, callable, null, arg -- res)) { | ||
| assert(oparg == 1); | ||
| DEOPT_IF(null != NULL); | ||
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.