Files
tinygo/compiler/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
..
2021-01-15 14:43:43 +01:00
2021-05-09 17:40:13 +02:00
2021-05-09 17:40:13 +02:00
2021-04-12 12:07:42 +02:00
2021-05-09 17:40:13 +02:00
2021-03-28 14:00:37 +02:00
2021-05-09 17:40:13 +02:00
2021-01-15 14:43:43 +01:00
2021-05-09 17:40:13 +02:00
2021-03-22 11:35:06 +01:00
2021-05-09 17:40:13 +02:00
2021-05-09 17:40:13 +02:00