mirror of
https://github.com/python/cpython.git
synced 2026-04-26 13:50:54 +00:00
GH-126910: Build/link the JIT shim in the Python interpreter (#148872)
This commit is contained in:
parent
29917d51ab
commit
9633c5239d
16 changed files with 202 additions and 209 deletions
|
|
@ -1305,7 +1305,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
|
|||
}
|
||||
#ifdef _Py_TIER2
|
||||
#ifdef _Py_JIT
|
||||
_PyJitEntryFuncPtr _Py_jit_entry = _Py_LazyJitShim;
|
||||
_PyJitEntryFuncPtr _Py_jit_entry = _PyJIT;
|
||||
#else
|
||||
_PyJitEntryFuncPtr _Py_jit_entry = _PyTier2Interpreter;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue