GH-116422: Factor out eval breaker checks at end of calls into its own micro-op. (GH-116817)

This commit is contained in:
Mark Shannon 2024-03-14 16:31:47 +00:00 committed by GitHub
parent 19c3a2ff91
commit 61e54bfcee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 474 additions and 371 deletions

View file

@ -1533,6 +1533,10 @@
/* _CALL is not a viable micro-op for tier 2 */
case _CHECK_PERIODIC: {
break;
}
case _CHECK_CALL_BOUND_METHOD_EXACT_ARGS: {
_Py_UopsSymbol *null;
_Py_UopsSymbol *callable;