From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:05:59 +0000 (+0000) Subject: Update generated_cases.c.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55d766aceb1dd3da982b182d4c5bef00f72f561;p=thirdparty%2FPython%2Fcpython.git Update generated_cases.c.h --- diff --git a/Python/generated_cases.c.h b/Python/generated_cases.c.h index a45138e6e6c5..284d90869aea 100644 --- a/Python/generated_cases.c.h +++ b/Python/generated_cases.c.h @@ -7703,15 +7703,6 @@ if (!IS_JIT_TRACING() && backoff_counter_triggers(counter) && this_instr->op.code == JUMP_BACKWARD_JIT && next_instr->op.code != ENTER_EXECUTOR) { - _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate; - if (_tstate->jit_state.code_buffer == NULL) { - _PyFrame_SetStackPointer(frame, stack_pointer); - _tstate->jit_state.code_buffer = (_PyUOpInstruction *)_PyObject_VirtualAlloc(UOP_BUFFER_SIZE); - stack_pointer = _PyFrame_GetStackPointer(frame); - if (_tstate->jit_state.code_buffer == NULL) { - DISPATCH(); - } - } _Py_CODEUNIT *insert_exec_at = this_instr; while (oparg > 255) { oparg >>= 8;