diff options
author | 2022-09-28 23:31:20 +0200 | |
---|---|---|
committer | 2022-10-11 12:01:24 +0200 | |
commit | b148766e2b8b7b61c9aef53aefedae33f637a1e7 (patch) | |
tree | 0d469cca1896e632990fe5e35db5008f365ae32c /scripts/generate_rust_analyzer.py | |
parent | Linux 6.0 (diff) | |
download | linux-rng-b148766e2b8b7b61c9aef53aefedae33f637a1e7.tar.xz linux-rng-b148766e2b8b7b61c9aef53aefedae33f637a1e7.zip |
parisc: Reduce kernel size by packing alternative tables
The values stored in the length and condition fields of the alternative
tables fit into 16 bits, so we can save 4 bytes per alternative table
entry.
Since a typical 32-bit kernel has more than 3000 entries this
saves > 12k of storage on disc.
bloat-o-meter shows a reduction of -0.01% by this change:
Total: Before=10196505, After=10195529, chg -0.01%
$ ls -la vmlinux vmlinux.before
-rwxr-xr-x 14437324 vmlinux
-rwxr-xr-x 14449512 vmlinux.before
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions