cosmopolitan/test/libc/proc
Justine Tunney 0b3c81dd4e
Make fork() go 30% faster
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
2025-01-01 04:59:38 -08:00
..
BUILD.mk Make fork() go 30% faster 2025-01-01 04:59:38 -08:00
execve_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
execve_test_prog1.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
fexecve_test.c Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
fork_test.c Make fork() go 30% faster 2025-01-01 04:59:38 -08:00
getpriority_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
handkill_test.c Introduce interprocess signaling on Windows 2024-09-19 03:02:13 -07:00
life-pe Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
posix_spawn_test.c Introduce interprocess signaling on Windows 2024-09-19 03:02:13 -07:00
sched_getaffinity_test.c Get rid of .internal.h convention in LIBC_INTRIN 2024-07-19 19:38:00 -07:00