We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
instr_frame
_PyJit_TryInitializeTracing
1 parent ca99bfd commit 6f57914Copy full SHA for 6f57914
Python/optimizer.c
@@ -1050,7 +1050,6 @@ _PyJit_TryInitializeTracing(
1050
tracer->initial_state.exit = exit;
1051
tracer->initial_state.stack_depth = curr_stackdepth;
1052
tracer->initial_state.chain_depth = chain_depth;
1053
- tracer->prev_state.instr_frame = frame;
1054
tracer->prev_state.dependencies_still_valid = true;
1055
tracer->prev_state.instr_code = (PyCodeObject *)Py_NewRef(_PyFrame_GetCode(frame));
1056
tracer->prev_state.instr = curr_instr;
0 commit comments