mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Optimize memory layout
This commit is contained in:
parent
0305194d98
commit
b69f3d2488
41 changed files with 383 additions and 347 deletions
2
third_party/zlib/inftrees.c
vendored
2
third_party/zlib/inftrees.c
vendored
|
@ -27,7 +27,7 @@ static const uint16_t kZlibDeflateLbase[31] = {
|
|||
/* Length codes 257..285 extra */
|
||||
static const uint16_t kZlibDeflateLext[31] = {
|
||||
16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18,
|
||||
19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 77, 202};
|
||||
19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 76, 202};
|
||||
|
||||
/* Distance codes 0..29 base */
|
||||
static const uint16_t kZlibDeflateDbase[32] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue