cosmopolitan/test/libc/tinymath
Justine Tunney ae5d06dc53 Unbloat build config
- 10.5% reduction of o//depend dependency graph
- 8.8% reduction in latency of make command
- Fix issue with temporary file cleanup

There's a new -w option in compile.com that turns off the recent
Landlock output path workaround for "good commands" which do not
unlink() the output file like GNU tooling does.

Our new GNU Make unveil sandboxing appears to have zero overhead
in the grand scheme of things. Full builds are pretty fast since
the only thing that's actually slowed us down is probably libcxx

    make -j16 MODE=rel
    RL: took 85,732,063µs wall time
    RL: ballooned to 323,612kb in size
    RL: needed 828,560,521µs cpu (11% kernel)
    RL: caused 39,080,670 page faults (99% memcpy)
    RL: 350,073 context switches (72% consensual)
    RL: performed 0 reads and 11,494,960 write i/o operations

pledge() and unveil() no longer consider ENOSYS to be an error.
These functions have also been added to Python's cosmo module.

This change also removes some WIN32 APIs and System Five magnums
which we're not using and it's doubtful anyone else would be too
2022-08-10 04:43:09 -07:00
..
acos_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
acosh_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
asin_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
asinh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atan2_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atan2l_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
atan_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
atanh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atanl_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
cbrt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
ceil_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
complex_test.c Fix some more reported issues 2022-04-28 20:36:33 -07:00
copysign_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
cos_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
cosh_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
csqrt_test.c Fix some more reported issues 2022-04-28 20:36:33 -07:00
erf_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp2_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
exp2l_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp10_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
expm1_test.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
fabs_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
floor_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
fmod_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fsum_test.c Introduce fsum() 2021-06-11 16:49:30 -07:00
gamma_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
hypot_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
log1p_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
log2_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
log10_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
log_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
logb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
round_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sin_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
sincos_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
sinh_test.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
sqrt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
strtod_test.c Unbloat build config 2022-08-10 04:43:09 -07:00
tan_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
tanh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
test.mk Scrub double-conversion and add quick wrapper 2022-06-26 05:03:25 -07:00
tgamma_test.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
trunc_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00