tinygo/compiler
Ayke van Laethem e1e3dbdce6
compiler: correctly generate global hashmaps of size > 8
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).
2018-10-10 14:06:59 +02:00
..
calls.go compiler: use a fresh context for every compilation 2018-10-08 20:18:12 +02:00
compiler.go compiler: correctly generate global hashmaps of size > 8 2018-10-10 14:06:59 +02:00
optimizer.go compiler: optimize runtime.stringToBytes calls 2018-10-09 14:18:12 +02:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00
util.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00