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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1812,53 +1812,6 @@ specialize_class_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs) | ||
| return 0; | ||
| } | ||
| static int | ||
| specialize_method_descriptor(PyMethodDescrObject *descr, _Py_CODEUNIT *instr, | ||
| int nargs) | ||
| @@ -1985,33 +1938,6 @@ specialize_c_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs) | ||
| } | ||
| } | ||
| void | ||
| _Py_Specialize_Call(PyObject *callable, _Py_CODEUNIT *instr, int nargs) | ||
Member
| ||
| { | ||