diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-09-06 14:19:43 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-07 19:02:17 +0300 |
commit | f4ee1476861b07b1f34b8aceacde1c9a01b4cdfc (patch) | |
tree | b73f792fcc124cb5b3ef94f0668ecd031f9e7d38 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 52d565404647ca5924c49d87c46cb2bd66f5562b (diff) | |
download | linux-f4ee1476861b07b1f34b8aceacde1c9a01b4cdfc.tar.xz |
be2net: make two arrays static const, makes object smaller
Don't populate the arrays on the stack but instead make them
static const. Makes the object code smaller by 281 bytes.
Before:
text data bss dec hex filename
87553 5672 0 93225 16c29 benet/be_cmds.o
After:
text data bss dec hex filename
87112 5832 0 92944 16b10 benet/be_cmds.o
(gcc version 9.2.1, amd64)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions