]> 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 <debian@fabian.gruenbichler.email>
Fri, 8 Sep 2023 08:05:40 +0000 (10:05 +0200)
commit220525b62e2cc4e25e013328d19907f503f641f4
treecd4eb88dbf334c110be40635f98db2d59e6536ea
parent3d5da600586eb5ce06fdccf2d289fcfebe931e5a
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