tinygo/src
Ayke van Laethem 0ce5347409
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.
2018-10-10 14:09:17 +02:00
..
device all: add emulation support for Cortex-M3 with QEMU 2018-10-08 17:07:19 +02:00
examples nrf: I2C interface 2018-10-05 12:50:43 +02:00
machine microbit: add SetEntireLEDMatrixOn() function 2018-10-08 20:38:21 +02:00
runtime runtime: fix hashmap lookup of entries at position > 8 2018-10-10 14:09:17 +02:00
sync all: use a custom sync package 2018-09-15 18:51:51 +02:00
unsafe go fmt 2018-08-17 23:23:20 +02:00