Justine Tunney
|
fa20edc44d
|
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
|
2023-11-28 14:39:42 -08:00 |
|
Justine Tunney
|
05b8f82371
|
Fold LIBC_BITS into LIBC_INTRIN
|
2022-08-11 12:13:18 -07:00 |
|
Justine Tunney
|
5022f9e920
|
Trim down redbean a little bit
This makes redbean.c a little less long. It also reduces the size of
redbean-original.com from being 333K to 213K.
|
2022-03-21 19:32:30 -07:00 |
|
Justine Tunney
|
533f3d1ef1
|
Reduce build latency and fix old cpu bugs
|
2021-08-05 14:43:53 -07:00 |
|
Justine Tunney
|
8f52c0d773
|
Get Fabrice Bellard's JavaScript engine to build
$ m=tiny
$ make -j12 MODE=$m o/$m/third_party/quickjs/qjs.com
$ o/$m/third_party/quickjs/qjs.com -e 'console.log(2 + 2)'
4
$ ls -hal o/$m/third_party/quickjs/qjs.com
631.5K
See #97
|
2021-04-09 01:06:57 -07:00 |
|
Justine Tunney
|
1fbfbb3192
|
Add quickjs-2021-03-27 to third_party
|
2021-04-08 20:55:43 -07:00 |
|