Justine Tunney
b3838173ec
Remove undefined behaviors
2021-05-16 11:16:28 -07:00
Justine Tunney
52565e7af3
Make minor performance improvement to HTTP parser
...
redbean's message parser now takes 300 nanoseconds to parse a standard
request sent by chrome, whereas it previous took 600 nanoseconds.
2021-03-28 18:00:29 -07:00
Justine Tunney
d932948fb4
Remove more nonstandard stuff from cosmopolitan.h
...
Fixes #61
2021-03-01 00:18:23 -08:00
Justine Tunney
e75ffde09e
Get codebase completely working with LLVM
...
You can now build Cosmopolitan with Clang:
make -j8 MODE=llvm
o/llvm/examples/hello.com
The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
Justine Tunney
37a4c70c36
Change license
2020-12-27 17:18:44 -08:00
Justine Tunney
1fc91f3580
Fold conv package into fmt
...
Both packages had nearly identical dependency requirements, so merging
them should help reduce the complexity of the build graph.
2020-12-09 16:52:00 -08:00