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 2e9c5a6 commit 5b4bd5fCopy full SHA for 5b4bd5f
Include/internal/pycore_optimizer.h
@@ -37,6 +37,9 @@ typedef struct _JitOptContext {
37
// Arena for the symbolic types.
38
ty_arena t_arena;
39
40
+ // Arena for the slots mappings.
41
+ slots_arena s_arena;
42
+
43
JitOptRef *n_consumed;
44
JitOptRef *limit;
45
JitOptRef locals_and_stack[MAX_ABSTRACT_INTERP_SIZE];
0 commit comments