summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2026-05-26 15:14:09 -0700
committerAndrew Morton <akpm@linux-foundation.org>2026-08-27 22:50:03 -0700
commit64b4b3bd37ab539bc32620a9554889745dd80d44 (patch)
tree393e2b92f2b9f100cd80fdddccb757b42696d2c5 /scripts/objdiff
parentaeddb4d52acfcc5ce5e988acd48f2906fe966ca3 (diff)
downloadlinux-next-64b4b3bd37ab539bc32620a9554889745dd80d44.tar.gz
linux-next-64b4b3bd37ab539bc32620a9554889745dd80d44.zip
drivers/media/v4l2-core/v4l2-vp9.c: reduce inlining
csky allmodconfig, gcc-15.2.0: drivers/media/v4l2-core/v4l2-vp9.c: In function 'v4l2_vp9_adapt_noncoef_probs': drivers/media/v4l2-core/v4l2-vp9.c:1834:1: error: the frame size of 1436 bytes is larger than 1280 bytes [-Werror=frame-larger-than=] The amount of inlining in there is simply nuts. This patch semi-randomly uninlines various things and fixes the above. Ad the .text size reduction is tremendous: ts:/usr/src/25> size drivers/media/v4l2-core/v4l2-vp9.o text data bss dec hex filename 22450 36 0 22486 57d6 drivers/media/v4l2-core/v4l2-vp9.o-before 16144 36 0 16180 3f34 drivers/media/v4l2-core/v4l2-vp9.o-after Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions