From aa218fe872892072fc3f8b5dcc24acd0c96f8346 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 4 Aug 2024 15:01:27 -0400 Subject: Tweak bits --- builtins/datatypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtins/datatypes.h b/builtins/datatypes.h index 1b522394..5ac84be5 100644 --- a/builtins/datatypes.h +++ b/builtins/datatypes.h @@ -6,8 +6,8 @@ #include #define ARRAY_LENGTH_BITS 42 -#define ARRAY_FREE_BITS 5 -#define ARRAY_REFCOUNT_BITS 4 +#define ARRAY_FREE_BITS 6 +#define ARRAY_REFCOUNT_BITS 3 #define ARRAY_STRIDE_BITS 12 #define MAX_FOR_N_BITS(N) ((1<<(N))-1) -- cgit v1.2.3