diff options
| author | Colin Ian King <[email protected]> | 2018-09-04 16:23:33 +0100 |
|---|---|---|
| committer | Ben Skeggs <[email protected]> | 2019-02-20 08:59:58 +1000 |
| commit | d83d345338b10b560cf4532802be0973493075bb (patch) | |
| tree | 253c7bbdb3ccbb549bc42443c0c8ed72833c9efe /tools/perf/scripts/python | |
| parent | b6c82854761f6fa0c1b1c28699bbac5c9840ec73 (diff) | |
drm/nouveau/bios/dp: make array vsoff static, shrinks object size
Don't populate the array vsoff on the stack but instead make it
static. Makes the object code smaller by 67 bytes:
Before:
text data bss dec hex filename
5753 112 0 5865 16e9 .../nouveau/nvkm/subdev/bios/dp.o
After:
text data bss dec hex filename
5622 176 0 5798 16a6 .../nouveau/nvkm/subdev/bios/dp.o
(gcc version 8.2.0 x86_64)
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Ben Skeggs <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions