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
|
|
@ -19,7 +19,7 @@ extern "C" {
|
|||
#ifdef _Py_JIT
|
||||
|
||||
typedef _Py_CODEUNIT *(*jit_func)(
|
||||
_PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate,
|
||||
_PyExecutorObject *executor, _PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate,
|
||||
_PyStackRef _tos_cache0, _PyStackRef _tos_cache1, _PyStackRef _tos_cache2
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue