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 7192671 commit 07542ddCopy full SHA for 07542dd
Tools/jit/template.c
@@ -56,11 +56,11 @@ do { \
56
} while (0)
57
58
#undef GOTO_TIER_ONE
59
-#define GOTO_TIER_ONE(TARGET) \
+#define GOTO_TIER_ONE(TARGET, SHOULD_CONTINUE_TRACING) \
60
do { \
61
tstate->current_executor = NULL; \
62
_PyFrame_SetStackPointer(frame, stack_pointer); \
63
- return TARGET; \
+ return (_Py_CODEUNIT *)(((uintptr_t)(TARGET)) | SHOULD_CONTINUE_TRACING); \
64
65
66
#undef LOAD_IP
0 commit comments