/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.14.2
Tools/jit/shim.c
15 строк
378 B
Brandt Bucher
GH-129709: Clean up tier two (GH-129710)
07 фев 2025, 20:52
Не верифицирован
07 фев 2025, 20:52
70e387c
Код
Авторство
О чём код?
#include "Python.h" #include "pycore_ceval.h" #include "pycore_frame.h" #include "pycore_jit.h" #include "jit.h" _Py_CODEUNIT * _JIT_ENTRY(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate) { // Note that this is *not* a tail call: PATCH_VALUE(jit_func_preserve_none, call, _JIT_CONTINUE); return call(frame, stack_pointer, tstate); }