mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
GH-137959: Replace shim code in jitted code with a single trampoline function. (GH-137961)
This commit is contained in:
parent
c056a089d8
commit
a8d9d94784
17 changed files with 166 additions and 104 deletions
|
@ -765,6 +765,7 @@ struct _Py_unique_id_pool {
|
|||
|
||||
#endif
|
||||
|
||||
typedef _Py_CODEUNIT *(*_PyJitEntryFuncPtr)(struct _PyExecutorObject *exec, _PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate);
|
||||
|
||||
/* PyInterpreterState holds the global state for one of the runtime's
|
||||
interpreters. Typically the initial (main) interpreter is the only one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue