mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 04:08:32 +00:00
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
This commit is contained in:
parent
7327c345f9
commit
416fd86676
230 changed files with 9835 additions and 5682 deletions
|
@ -243,7 +243,7 @@ scall lookup_dcookie 0xffffffffffff00d4 globl
|
|||
scall epoll_create 0xffffffffffff00d5 globl
|
||||
scall epoll_wait 0xffffffffffff00e8 globl
|
||||
scall epoll_ctl 0xffffffffffff00e9 globl
|
||||
scall getdents 0x00630110ffff004e globl hidden
|
||||
scall getdents 0x00630110ffff00d9 globl hidden # getdents64 on linux
|
||||
scall set_tid_address 0xffffffffffff00da globl
|
||||
scall restart_syscall 0xffffffffffff00db globl
|
||||
scall semtimedop 0xffffffffffff00dc globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue