Files
tinygo/compiler
Ayke van Laethem 392a709b77 runtime: use uint32 for the channel state and select index
This uses uint32 instead of uint64. The reason for this is that uint64
atomic operations aren't universally available (especially on 32-bit
architectures). We could also use uintptr, but that seems needlessly
complicated: it's unlikely real-world programs will use more than a
billion select states (2^30).
2024-11-27 12:16:10 +01:00
..
2024-05-14 20:44:48 +02:00
2024-11-20 14:07:55 +01:00
2024-08-22 07:59:37 +02:00
2021-09-27 15:47:12 +02:00
2023-10-01 18:32:15 +02:00
2023-10-01 18:32:15 +02:00
2024-05-24 19:12:26 +02:00
2024-11-20 14:07:55 +01:00