]> git.proxmox.com Git - wasi-libc.git/commit
Reduce over-allocation of stack (#365)
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Mon, 19 Dec 2022 12:16:54 +0000 (21:16 +0900)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 2 Aug 2023 10:24:08 +0000 (12:24 +0200)
commit54bf1cda4fd0124ff0bcf5e384f9718d9ded1954
treedd6dd8c843b680cadb4922b2e7b1bd564a149be9
parentf1af8ceaa9b81dfab178b8aeb55b61c63c8e8bef
Reduce over-allocation of stack (#365)

* Disable stack guard
* Stop rounding up stack size to PAGE_SIZE
libc-top-half/musl/src/internal/pthread_impl.h
libc-top-half/musl/src/thread/pthread_create.c