Added some constant values for sizes

This commit is contained in:
Øyvind Skaaden 2022-03-15 22:29:29 +01:00
parent a0c695ef66
commit fb6c35523e

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