You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments