We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77d427 commit 7f9f6cdCopy full SHA for 7f9f6cd
Objects/asm_trampoline.S
@@ -1,5 +1,12 @@
1
.text
2
.globl _Py_trampoline_func_start
3
+# The following assembly is equivalent to:
4
+# PyObject *
5
+# trampoline(py_evaluator evaluator, PyThreadState *ts,
6
+# _PyInterpreterFrame *f, int throwflag)
7
+# {
8
+# return evaluator(ts, f, throwflag);
9
+# }
10
_Py_trampoline_func_start:
11
#ifdef __x86_64__
12
push %rbp
0 commit comments