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 abb1757 commit 0fee4e9Copy full SHA for 0fee4e9
Tools/jit/template.c
@@ -55,6 +55,11 @@ do { \
55
__attribute__((musttail)) return jitted(frame, stack_pointer, tstate); \
56
} while (0)
57
58
+#undef GOTO_TIER_ONE_SETUP
59
+#define GOTO_TIER_ONE_SETUP \
60
+ tstate->current_executor = NULL; \
61
+ _PyFrame_SetStackPointer(frame, stack_pointer);
62
+
63
#undef LOAD_IP
64
#define LOAD_IP(UNUSED) \
65
do { \
0 commit comments