diff options
author | Ayke van Laethem <[email protected]> | 2018-10-10 14:09:17 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-10-10 14:09:17 +0200 |
commit | 0ce5347409b0400ce83e4122075d1559188fc51a (patch) | |
tree | 723a01dbb88dbd2f9c8da655af3e24285899f718 /testdata/map.txt | |
parent | e1e3dbdce668ebb01a928dad6a4ce6d21010bdc0 (diff) | |
download | tinygo-0ce5347409b0400ce83e4122075d1559188fc51a.tar.gz tinygo-0ce5347409b0400ce83e4122075d1559188fc51a.zip |
runtime: fix hashmap lookup of entries at position > 8
Bigger hashmaps (size > 8) use multiple buckets in a chain. The lookup
code looked at multiple buckets for a lookup, but kept checking the
first bucket for key equality.
Diffstat (limited to 'testdata/map.txt')
0 files changed, 0 insertions, 0 deletions