tinygo/interp/testdata
Ayke van Laethem 072f8c354e interp: add runtime fallback for mapassign operations
Some mapassign operations cannot (yet) be done by the interp package.
Implement a fallback mechanism so that these operations can still be
performed at runtime.
2019-12-23 08:15:09 +01:00
..
basic.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
basic.out.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
consteval.ll interp: support integer icmp of ptrtoint 2019-11-26 14:43:05 +01:00
consteval.out.ll interp: support integer icmp of ptrtoint 2019-11-26 14:43:05 +01:00
map.ll interp: add runtime fallback for mapassign operations 2019-12-23 08:15:09 +01:00
map.out.ll interp: add runtime fallback for mapassign operations 2019-12-23 08:15:09 +01:00
scan.ll interp: fix "todo: store" panic 2019-11-04 13:32:22 +01:00
slice-copy.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00
slice-copy.out.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00