diff options
| author | 2021-08-19 12:58:13 +0100 | |
|---|---|---|
| committer | 2021-08-19 13:23:20 +0100 | |
| commit | 0bc277cb8234f8e6fcf8842e318e0873dd223565 (patch) | |
| tree | 8be48807dfda19f0a2fb44fc8ed11e29848cdf58 /scripts/diffconfig | |
| parent | hinic: make array speeds static const, makes object smaller (diff) | |
net: hns3: make array spec_opcode static const, makes object smaller
Don't populate the array spec_opcode on the stack but instead it
static const. Makes the object code smaller by 158 bytes:
Before:
text data bss dec hex filename
12271 3976 128 16375 3ff7 .../hisilicon/hns3/hns3pf/hclge_cmd.o
After:
text data bss dec hex filename
12017 4072 128 16217 3f59 .../hisilicon/hns3/hns3pf/hclge_cmd.o
(gcc version 10.3.0)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/diffconfig')
0 files changed, 0 insertions, 0 deletions
