mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
0b3c81dd4e
This change makes fork() go nearly as fast as sys_fork() on UNIX. As for Windows this change shaves about 4-5ms off fork() + wait() latency. This is accomplished by using WriteProcessMemory() from the parent process to setup the address space of a suspended process; it is better than a pipe |
||
---|---|---|
.. | ||
BUILD.mk | ||
execve_test.c | ||
execve_test_prog1.c | ||
fexecve_test.c | ||
fork_test.c | ||
getpriority_test.c | ||
handkill_test.c | ||
life-pe | ||
posix_spawn_test.c | ||
sched_getaffinity_test.c |