Skip to content

Commit 1371759

Browse files
committed
Split up _CHECK_VALIDITY_AND_SET_IP
1 parent a123245 commit 1371759

File tree

7 files changed

+138
-179
lines changed

7 files changed

+138
-179
lines changed

Include/internal/pycore_uop_ids.h

Lines changed: 131 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_uop_metadata.h

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/bytecodes.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5172,11 +5172,6 @@ dummy_func(
51725172
Py_FatalError("Fatal error uop executed.");
51735173
}
51745174

5175-
tier2 op(_CHECK_VALIDITY_AND_SET_IP, (instr_ptr/4 --)) {
5176-
DEOPT_IF(!current_executor->vm_data.valid);
5177-
frame->instr_ptr = (_Py_CODEUNIT *)instr_ptr;
5178-
}
5179-
51805175
tier2 op(_DEOPT, (--)) {
51815176
tstate->previous_executor = (PyObject *)current_executor;
51825177
GOTO_TIER_ONE(_PyFrame_GetBytecode(frame) + CURRENT_TARGET());

0 commit comments

Comments
 (0)