rust/library/std/src/sys
Eric Huss 8a70ea2394
Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisa
kmc-solid: Increase the default stack size

This PR increases the default minimum stack size on the [`*-kmc-solid_*`](https://doc.rust-lang.org/nightly/rustc/platform-support/kmc-solid.html) Tier 3 targets to 64KiB (Arm) and 128KiB (AArch64).

This value was chosen as a middle ground between supporting a relatively complex program (e.g., an application using a full-fledged off-the-shelf web server framework) with no additional configuration and minimizing resource consumption for the embedded platform that doesn't support lazily-allocated pages nor over-commitment (i.e., wasted stack spaces are wasted physical memory). If the need arises, the users can always set the `RUST_MIN_STACK` environmental variable to override the default stack size or use the platform API directly.
2022-01-31 20:12:59 -08:00
..
common Set the allocation MIN_ALIGN for espidf to 4. 2022-01-13 21:09:20 +00:00
hermit Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett 2021-12-09 10:11:55 +00:00
itron Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisa 2022-01-31 20:12:59 -08:00
sgx Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
solid kmc-solid: Implement FileDesc::duplicate 2022-01-28 15:02:44 +09:00
unix Rollup merge of #93471 - cuviper:direntry-file_type-stat, r=the8472 2022-01-31 07:00:44 +01:00
unsupported Update library/std/src/sys/unsupported/fs.rs 2021-11-02 22:47:27 -07:00
wasi wasi: enable TcpListener and TcpStream 2022-01-28 13:27:30 +01:00
wasm Fix a bunch of typos 2021-12-14 16:40:43 +01:00
windows make Windows abort_internal Miri-compatible 2022-01-25 12:44:40 -05:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00