cosmopolitan/build
Justine Tunney 0c630d95b5
Rewrite Cosmopolitan Ar
The build/bootstrap/ar.com program is now tinier. This change reduces
its size from 140kb to 53kb. Nothing was traded away. Cosmopolitan Ar
performance is now 2x better than llvm-ar largely thanks to using the
copy_file_range() system call. This change homebrews a new allocation
API that addresses the shortcomings of the C standard library design.
Using these new balloc() and reballoc() functions I managed to reduce
memory consumption so much that Cosmpolitan Ar should now use roughly
100x fewer bytes of peak resident memory compared to llvm-ar. Correct
behavior with better compatibility has been assured. Binary output is
now pretty much bit-identical to llvm-ar, as of this change. This can
and should be the living proof we need to show that a better world is
possible for software.
2023-07-02 10:19:16 -07:00
..
bootstrap Rewrite Cosmopolitan Ar 2023-07-02 10:19:16 -07:00
config.mk Make improvements 2023-06-15 14:50:53 -07:00
definitions.mk Fully support OpenBSD 7.3 2023-07-01 18:14:27 -07:00
functions.mk Reduce GNU Make latency 17% for cosmo 2022-08-19 15:29:24 -07:00
gdb Fix redbean zip central directory lookup 2021-02-27 12:08:28 -08:00
htags Import exuberant ctags 2022-11-13 13:26:28 -08:00
objdump Make improvements 2023-06-03 08:12:22 -07:00
online.mk Improve aarch64 native support some more 2023-06-04 08:58:47 -07:00
realify.sed Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
realify.sh Make more improvements 2020-09-28 01:20:34 -07:00
rules.mk Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
run Make improvements 2023-06-03 08:12:22 -07:00
sanitycheck Fix some regressions with execution 2022-08-07 22:10:18 -07:00