mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
JIT: Move executor to a register (#143072)
This commit is contained in:
parent
50ecd6b880
commit
fc2f0fea6b
7 changed files with 11 additions and 13 deletions
2
Python/executor_cases.c.h
generated
2
Python/executor_cases.c.h
generated
|
|
@ -16992,7 +16992,7 @@
|
|||
assert(current_executor == (_PyExecutorObject*)executor);
|
||||
#endif
|
||||
assert(tstate->jit_exit == NULL || tstate->jit_exit->executor == current_executor);
|
||||
tstate->current_executor = (PyObject *)executor;
|
||||
tstate->current_executor = (PyObject *)current_executor;
|
||||
if (!current_executor->vm_data.valid) {
|
||||
assert(tstate->jit_exit->executor == current_executor);
|
||||
assert(tstate->current_executor == executor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue