tinygo/testdata
Ayke van Laethem 15c7d93ea9 avr: use a garbage collector
This might sound crazy, but I think it's better to enable the GC by
default to avoid surprises. It costs 1130 bytes of flash and 16 bytes of
RAM (plus heap overhead) so it's not exactly free, but if needed it can
easily be disabled with `-gc=leaking`. On the Uno (32kB flash, 2kB RAM)
that's not massive, on the DigiSpark (8kB flash, 0.5kB RAM) that may be
too much depending on the application.
2020-01-27 19:01:55 +01:00
..
cgo
alias.go
alias.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go
channel.txt
coroutines.go
coroutines.txt
float.go
float.txt
gc.go avr: use a garbage collector 2020-01-27 19:01:55 +01:00
gc.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
map.go
map.txt
math.go
math.txt
print.go
print.txt
reflect.go
reflect.txt
slice.go
slice.txt
stdlib.go
stdlib.txt
string.go
string.txt
structs.go
structs.txt
zeroalloc.go
zeroalloc.txt