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 f55ce78 commit 03fe066Copy full SHA for 03fe066
1 file changed
Include/internal/pycore_tstate.h
@@ -53,24 +53,21 @@ typedef struct _PyJitTracerState {
53
_PyJitTracerPreviousState prev_state;
54
} _PyJitTracerState;
55
56
+#endif
57
+
58
typedef struct _PyJitPolicy {
59
uint16_t side_exit_initial_value;
60
uint16_t side_exit_initial_backoff;
61
} _PyJitPolicy;
62
-#endif
-
63
typedef struct _PyInterpreterPolicy {
64
uint16_t jump_backward_initial_value;
65
uint16_t jump_backward_initial_backoff;
66
} _PyInterpreterPolicy;
67
68
69
typedef struct _PyPolicy {
70
71
-#ifdef _Py_TIER2
72
_PyJitPolicy jit;
73
74
_PyInterpreterPolicy interp;
75
} _PyPolicy;
76
0 commit comments