cosmopolitan/test
Justine Tunney b1d9d11be1 Simplify TLS and reduce startup latency
This change simplifies the thread-local storage support code. On Windows
and Mac OS X the startup latency of __enable_tls() has been reduced from
30ms to 1ms. On Windows, TLS memory accesses will now go much faster due
to better self-modifying code that prevents a function call and acquires
our thread information block pointer in a single instruction.
2022-07-18 04:10:54 -07:00
..
dsp ttyraster: reset ANSI attributes after each line (#469) 2022-07-09 01:38:35 -07:00
libc Simplify TLS and reduce startup latency 2022-07-18 04:10:54 -07:00
net Add tcp syn packet fingerprinting to redbean 2022-07-17 02:43:49 -07:00
tool Limit pledge.com default virtual mem to total ram 2022-07-15 06:53:01 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00