Added some constant values for sizes
This commit is contained in:
parent
a0c695ef66
commit
fb6c35523e
@ -43,3 +43,8 @@ typedef struct s {
|
|||||||
tlhash_t *locals;
|
tlhash_t *locals;
|
||||||
} symbol_t;
|
} symbol_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define GLOBAL_BUCKET_SIZE 32
|
||||||
|
#define LOCAL_BUCKET_SIZE 16
|
||||||
|
|
||||||
|
#define DEFAULT_STRING_LIST_SIZE 8
|
Loading…
x
Reference in New Issue
Block a user