mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00: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:
parent
3c0888b25b
commit
665d2807a0
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue