mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
gh-139109: Add terminator to JIT code when halting due to invalid dependencies (#143033)
* Add terminator to JIT code when halting due to invalid dependencies * 📜🤖 Added by blurb_it. --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -710,7 +710,7 @@ _PyJit_translate_single_bytecode_to_trace(
|
||||
}
|
||||
|
||||
if (!_tstate->jit_tracer_state.prev_state.dependencies_still_valid) {
|
||||
goto done;
|
||||
goto full;
|
||||
}
|
||||
|
||||
// This happens when a recursive call happens that we can't trace. Such as Python -> C -> Python calls
|
||||
|
||||
Reference in New Issue
Block a user