Skip to content

Commit 3bab1b7

Browse files
Garret gets credit for the idea of splitting exits
Co-Authored-By: Garrett Gu <garrettgu777@gmail.com>
1 parent 4db1853 commit 3bab1b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/cases_generator/tier1_tail_call_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def function_proto(name: str) -> str:
6262
_TAIL_CALL_{name}(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer,
6363
PyThreadState *tstate, _Py_CODEUNIT *next_instr, int oparg, _PyInterpreterFrame* entry_frame, int lltrace)
6464
#else
65+
6566
__attribute__((preserve_none)) static PyObject *
6667
_TAIL_CALL_{name}(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer,
6768
PyThreadState *tstate, _Py_CODEUNIT *next_instr, int oparg, _PyInterpreterFrame* entry_frame)

0 commit comments

Comments
 (0)