tinygo/compileopts
Ayke van Laethem 9f5066aa6f runtime: use the tasks scheduler instead of coroutines
This results in smaller and likely more efficient code. It does require
some architecture specific code for each architecture, but I've kept the
amount of code as small as possible.
2021-05-09 17:40:13 +02:00
..
config.go Add -llvm-features parameter 2021-05-06 18:07:14 +02:00
options.go Add -llvm-features parameter 2021-05-06 18:07:14 +02:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go runtime: use the tasks scheduler instead of coroutines 2021-05-09 17:40:13 +02:00
target_test.go compileopts: simplify copyProperties using reflection 2020-09-20 13:49:16 +02:00