Files
tinygo/compiler
Ayke van Laethem 8babc47638 compiler: fix a race condition
There was a mostly benign race condition in the compiler. The issue was
that there is a check for type aliases (which can alias types in another
function), but this check was _after_ accessing a property of the
function that might not have been completed.

I don't think this can have any serious effects, as the function is
skipped anyway, but such bugs should certainly be fixed.
2023-03-06 09:30:11 +01:00
..
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2023-03-06 09:30:11 +01:00
2021-09-27 15:47:12 +02:00
2023-01-18 08:24:42 +01:00
2023-01-18 08:24:42 +01:00
2022-11-18 18:40:38 +01:00