Files
tinygo/transform/testdata
Ayke van Laethem 3edcdb5f0d compiler: do not emit nil checks for loading closure variables
Closure variables are allocated in a parent function and are thus never
nil. Don't do a nil check before reading or modifying the value.

This commit results in a slight reduction in code size in some test
cases: calls.go, channel.go, goroutines.go, json.go, sort.go -
presumably wherever closures are used.
2021-05-26 20:21:08 +02:00
..
2020-09-29 21:58:03 +02:00
2020-07-16 20:50:23 +02:00
2020-06-30 20:48:42 +02:00
2020-06-30 20:48:42 +02:00
2020-04-09 20:23:51 +02:00