Commit 7238ee6
authored
Make initial shape hash table bigger (#1120)
Even an empty script requires more than 16 entries in the hash table.
Before this commit, executing an empty script caused the hash table
to resize two times. Now, it's the proper size from the start and
not resized at all.1 parent 0a00011 commit 7238ee6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4429 | 4429 | | |
4430 | 4430 | | |
4431 | 4431 | | |
4432 | | - | |
| 4432 | + | |
4433 | 4433 | | |
4434 | 4434 | | |
4435 | 4435 | | |
| |||
0 commit comments