Files
tinygo/src/runtime
Ayke van Laethem 319d21e662 runtime: don't mark the object right before a non-existing object
False positives (pointers that point to nowhere but happen to point into
the heap) would result in the block just before that pointer to be
marked. This is clearly not intended, so ignore such a pointer.
2019-08-25 13:12:27 +02:00
..
2018-09-14 20:58:00 +02:00
2019-04-13 19:58:58 +02:00
2019-08-04 17:12:07 +02:00
2019-05-11 15:33:37 +02:00
2019-07-01 13:03:07 +02:00
2019-05-14 09:59:00 +02:00
2019-02-19 15:54:36 +01:00
2018-08-30 05:48:16 +02:00
2018-08-30 05:48:16 +02:00
2019-05-27 13:35:59 +02:00
2019-08-04 17:12:07 +02:00
2018-11-14 14:01:04 +01:00
2018-09-16 13:01:03 +02:00