Files
tinygo/interp/testdata
Ayke van Laethem 1681ed02d3 interp: take care of constant globals
Constant globals can't have been modified, even if a pointer is passed
externally. Therefore, don't treat it as such in hasExternalStore.

In addition, it doesn't make sense to update values of constant globals
after the interp pass is finished. So don't do this.

TODO: track whether objects are actually modified and only update the
globals if this is the case.
2021-11-11 08:59:32 +01:00
..
2021-11-11 08:59:32 +01:00
2021-04-21 07:37:22 +02:00
2021-04-21 07:37:22 +02:00