cosmopolitan/ape
Justine Tunney 416fd86676 Make improvements
- Emulator can now test the αcτµαlly pδrταblε εxεcµταblε bootloader

- Whipped up a webserver named redbean. It services 150k requests per
  second on a single core. Bundling assets inside zip enables extremely
  fast serving for two reasons. The first is that zip central directory
  lookups go faster than stat() system calls. The second is that both
  zip and gzip content-encoding use DEFLATE, therefore, compressed
  responses can be served via the sendfile() system call which does an
  in-kernel copy directly from the zip executable structure. Also note
  that red bean zip executables can be deployed easily to all platforms,
  since these native executables work on Linux, Mac, BSD, and Windows.

- Address sanitizer now works very well
2020-09-14 00:02:34 -07:00
..
etc Initial import 2020-06-15 07:18:57 -07:00
lib Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
ape.S Make improvements 2020-09-14 00:02:34 -07:00
ape.lds Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
ape.mk Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
config.h Make improvements 2020-09-14 00:02:34 -07:00
idata.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
macros.h Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
mtime.h Initial import 2020-06-15 07:18:57 -07:00
mz.ansi Initial import 2020-06-15 07:18:57 -07:00
notice.inc Initial import 2020-06-15 07:18:57 -07:00
relocations.h Initial import 2020-06-15 07:18:57 -07:00