Commit 5001c19
committed
Compress the size_to_heap_idx table
Index on 8 byte chunks instead of individual bytes. This works because
all pool stot sizes are pointer aligned, so all sizes in an 8 byte range
map to the same heap.1 parent 208b173 commit 5001c19
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
700 | | - | |
| 700 | + | |
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
| |||
2355 | 2355 | | |
2356 | 2356 | | |
2357 | 2357 | | |
2358 | | - | |
2359 | | - | |
2360 | | - | |
2361 | | - | |
| 2358 | + | |
| 2359 | + | |
2362 | 2360 | | |
2363 | 2361 | | |
2364 | 2362 | | |
2365 | 2363 | | |
2366 | | - | |
| 2364 | + | |
2367 | 2365 | | |
2368 | 2366 | | |
2369 | 2367 | | |
2370 | 2368 | | |
2371 | 2369 | | |
2372 | 2370 | | |
2373 | | - | |
2374 | | - | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
2375 | 2374 | | |
2376 | 2375 | | |
2377 | 2376 | | |
| |||
0 commit comments