mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
GH-116596: Better determination of escaping uops. (GH-116597)
This commit is contained in:
parent
6c4fc209e1
commit
b6ae6da1bd
5 changed files with 47 additions and 30 deletions
|
@ -1033,6 +1033,7 @@ uop_optimize(
|
|||
break;
|
||||
}
|
||||
assert(_PyOpcode_uop_name[buffer[pc].opcode]);
|
||||
assert(strncmp(_PyOpcode_uop_name[buffer[pc].opcode], _PyOpcode_uop_name[opcode], strlen(_PyOpcode_uop_name[opcode])) == 0);
|
||||
}
|
||||
_PyExecutorObject *executor = make_executor_from_uops(buffer, &dependencies);
|
||||
if (executor == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue