Files
tinygo/transform/testdata
Nia Waldvogel ecd8c2d902 transform (coroutines): fix memory corruption for tail calls that reference stack allocations
This change fixes a bug in which `alloca` memory lifetimes would not extend past the suspend of an asynchronous tail call.
This would typically manifest as memory corruption, and could happen with or without normal suspending calls within the function.
2021-09-21 20:08:30 +02:00
..
2020-09-29 21:58:03 +02:00
2021-06-17 12:17:32 +02:00
2020-06-30 20:48:42 +02:00
2020-06-30 20:48:42 +02:00
2020-04-09 20:23:51 +02:00