-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Increase the number of micro-ops that we can handle in tier 2 #118095
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Comments
3 tasks
This was referenced Apr 19, 2024
markshannon
added a commit
that referenced
this issue
Apr 25, 2024
markshannon
added a commit
that referenced
this issue
Apr 26, 2024
markshannon
added a commit
that referenced
this issue
Apr 29, 2024
This was referenced Apr 29, 2024
markshannon
added a commit
that referenced
this issue
Apr 30, 2024
markshannon
added a commit
that referenced
this issue
May 1, 2024
markshannon
added a commit
that referenced
this issue
May 1, 2024
markshannon
added a commit
that referenced
this issue
May 2, 2024
…-118420) * Target _FOR_ITER_TIER_TWO at POP_TOP following the matching END_FOR * Modify _GUARD_NOT_EXHAUSTED_RANGE, _GUARD_NOT_EXHAUSTED_LIST and _GUARD_NOT_EXHAUSTED_TUPLE so that they also target the POP_TOP following the matching END_FOR
markshannon
added a commit
that referenced
this issue
May 4, 2024
…tier 2 support of calls. (GH-118322) * Add CALL_PY_GENERAL, CALL_BOUND_METHOD_GENERAL and call CALL_NON_PY_GENERAL specializations. * Remove CALL_PY_WITH_DEFAULTS specialization * Use CALL_NON_PY_GENERAL in more cases when otherwise failing to specialize
This was referenced May 4, 2024
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
… calls being handled. (pythonGH-118484)
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
…ps (pythonGH-118420) * Target _FOR_ITER_TIER_TWO at POP_TOP following the matching END_FOR * Modify _GUARD_NOT_EXHAUSTED_RANGE, _GUARD_NOT_EXHAUSTED_LIST and _GUARD_NOT_EXHAUSTED_TUPLE so that they also target the POP_TOP following the matching END_FOR
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
…etter tier 2 support of calls. (pythonGH-118322) * Add CALL_PY_GENERAL, CALL_BOUND_METHOD_GENERAL and call CALL_NON_PY_GENERAL specializations. * Remove CALL_PY_WITH_DEFAULTS specialization * Use CALL_NON_PY_GENERAL in more cases when otherwise failing to specialize
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
brandtbucher
pushed a commit
that referenced
this issue
Aug 1, 2024
blhsing
pushed a commit
to blhsing/cpython
that referenced
this issue
Aug 22, 2024
Is there more work to do for this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Linked PRs
RETURN_GENERATOR
in tier 2 #118180FOR_ITER
branch micro-ops #118420The text was updated successfully, but these errors were encountered: