mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +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).