|
|
|
|
|
by wavesquid
1462 days ago
|
|
No need to limit to single-threaded: as long as we reserve enough space in the TLS area it's possible to work with multiple threads. Zig has future plans to require recursive functions to declare their maximum stack memory usage up-front, so that will provide the rest. |
|