mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
8b72490431
Calls to lock/unlock functions are now NOPs by default. The first time clone() is called, they get turned into CALL instructions. Doing this caused funcctions like fputc() to shrink from 85 bytes to 45+4 bytes. Since the ANSI solution of `(__threaded && lock())` inlines os much superfluous binary content into functions all over the place. |
||
---|---|---|
.. | ||
asan_test.c | ||
describeflags_test.c | ||
dos2errno_test.c | ||
formatint32_test.c | ||
getenv_test.c | ||
gettid_test.c | ||
intrin_test.c | ||
kprintf_test.c | ||
memcmp_test.c | ||
memmove_test.c | ||
memset_test.c | ||
palignr_test.c | ||
pmulhrsw_test.c | ||
pshuf_test.c | ||
pthread_mutex_lock_test.c | ||
pthread_yield.c | ||
test.mk | ||
tls_test.c |