diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-04 15:01:27 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-04 15:01:27 -0400 |
| commit | aa218fe872892072fc3f8b5dcc24acd0c96f8346 (patch) | |
| tree | 4f131697f5a4f92151fef6f90462f8424d1eef82 | |
| parent | cb44b0971566eaaf78e5095c36a1b3fe61f2f2df (diff) | |
Tweak bits
| -rw-r--r-- | builtins/datatypes.h | 4 |
1 files 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 <stdbool.h> #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) |
