Skip to content

Commit 5b4bd5f

Browse files
committed
fix arena struct
1 parent 2e9c5a6 commit 5b4bd5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ typedef struct _JitOptContext {
3737
// Arena for the symbolic types.
3838
ty_arena t_arena;
3939

40+
// Arena for the slots mappings.
41+
slots_arena s_arena;
42+
4043
JitOptRef *n_consumed;
4144
JitOptRef *limit;
4245
JitOptRef locals_and_stack[MAX_ABSTRACT_INTERP_SIZE];

0 commit comments

Comments
 (0)