Added some constant values for sizes

main
Øyvind Skaaden 2022-03-15 22:29:29 +01:00
parent a0c695ef66
commit fb6c35523e
1 changed files with 6 additions and 1 deletions

View File

@ -43,3 +43,8 @@ typedef struct s {
tlhash_t *locals;
} symbol_t;
#endif
#define GLOBAL_BUCKET_SIZE 32
#define LOCAL_BUCKET_SIZE 16
#define DEFAULT_STRING_LIST_SIZE 8