Files
rust/library/std/src
Jubilee Young 878107436a Raise DEFAULT_MIN_STACK_SIZE to at least 64KiB
Prevent copy-paste errors from producing new starved-for-resources
threaded platforms by raising `DEFAULT_MIN_STACK_SIZE` from 4096 bytes
to at least 64KiB.

Two platforms "affected" by this have no actual threads:
- UEFI
- "unsupported"

Platforms that this actually affects:
- wasm32-wasi with "atomics" enabled
- wasm32-wasi-p1-threads

Two exceptions:
- SGX: a "secure code execution" platform, stays at 4096B
- TEEOS: also a "secure code execution" platform, stays at 8192B

I believe either of these may have sufficiently "interesting" semantics
around threads, or significant external library support. Either would
mean making any choices here for them is suspect.
2024-06-05 23:22:37 -07:00
..
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2023-08-13 13:07:53 -06:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2023-12-22 11:01:42 +01:00
2024-03-20 15:35:13 +01:00
2024-01-11 11:30:12 -05:00
2023-05-03 22:09:33 -07:00
2023-11-26 09:25:07 +08:00
2024-05-16 15:41:06 -05:00
2024-05-16 15:41:06 -05:00
2023-12-12 18:12:23 +08:00
2024-05-01 21:01:51 -04:00
2024-04-08 11:57:17 +00:00
2024-03-07 07:49:22 +01:00