Files
tinygo/src/runtime
Ayke van Laethem d1e96fd0a8 wasm: scan globals conservatively
Make the GC globals scan phase conservative instead of precise on
WebAssembly. This reduces code size at the risk of introducing some
false positives.

This is a stopgap measure to mitigate an issue with the precise scanning
of globals that doesn't track all pointers. It works for regular globals
but globals created in the interp package don't always have a type and
therefore may be missed by the AddGlobalsBitmap pass.
The same issue is present on Linux and macOS, but is not as noticeable
there.
2021-05-11 18:15:36 +02:00
..
2018-09-14 20:58:00 +02:00
2021-03-09 16:09:51 +01:00
2019-04-13 19:58:58 +02:00
2020-07-08 21:58:15 +02:00
2020-09-29 21:58:03 +02:00
2021-05-11 18:15:36 +02:00
2021-01-10 21:08:52 +01:00
2019-05-11 15:33:37 +02:00
2021-01-10 21:08:52 +01:00
2021-01-10 21:08:52 +01:00
2021-04-12 14:49:26 +02:00
2020-04-05 16:16:57 +02:00
2019-12-29 10:48:28 +01:00
2018-08-30 05:48:16 +02:00
2020-04-05 16:16:57 +02:00
2020-10-02 11:26:22 +02:00
2021-03-10 22:28:58 +01:00
2021-03-10 22:28:58 +01:00
2020-09-21 08:49:13 +02:00
2018-09-16 13:01:03 +02:00
2020-07-08 21:58:15 +02:00