Files
tinygo/interp/testdata
Jake Bailey c980e48ad4 interp: add regression test for partial store aliasing
Adds a third init function to the store testdata: an initial partial
store puts the buffer into the current memory view, then a partial load
is followed by another partial store at the same offset, and finally the
loaded value is written to a separate global.

The expected output captures the current (incorrect) behavior of the
in-place partial store optimization: the loaded value gets corrupted by
the subsequent in-place store. The next commit fixes this.
2026-06-01 11:27:56 +02:00
..
2025-09-17 05:28:06 -04:00
2025-01-20 06:15:33 +01:00
2025-09-17 05:28:06 -04:00
2026-01-05 15:10:31 -05:00
2026-01-05 15:10:31 -05:00
2023-04-16 03:34:46 +02:00
2021-04-21 07:37:22 +02:00