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 1a3f129 commit e8fff00Copy full SHA for e8fff00
Tools/jit/template.c
@@ -55,14 +55,6 @@ do { \
55
__attribute__((musttail)) return jitted(frame, stack_pointer, tstate); \
56
} while (0)
57
58
-#undef GOTO_TIER_ONE
59
-#define GOTO_TIER_ONE(TARGET, SHOULD_CONTINUE_TRACING) \
60
-do { \
61
- tstate->current_executor = NULL; \
62
- _PyFrame_SetStackPointer(frame, stack_pointer); \
63
- return (_Py_CODEUNIT *)(((uintptr_t)(TARGET)) | SHOULD_CONTINUE_TRACING); \
64
-} while (0)
65
-
66
#undef LOAD_IP
67
#define LOAD_IP(UNUSED) \
68
do { \
0 commit comments