mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
e1e3dbdce6
Static map generation used the last bucket instead of the first bucket in the chain, which caused lots of missing entries in hashmaps with multiple buckets (size > 8).