[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200804010314.58117.vda.linux@googlemail.com>
Date: Tue, 1 Apr 2008 03:14:58 +0200
From: Denys Vlasenko <vda.linux@...glemail.com>
To: Chas Williams <chas@....nrl.navy.mil>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] drivers/atm/ambassador.c: stop inlining largish static functions
Hi John,
Can you please take a look at this patch?
drivers/atm/ambassador.c has unusually large number
of static inline functions - 22.
I looked through them and half of them seem to be too big
to warrant inlining.
This patch removes "inline" from these static functions
(regardless of number of callsites - gcc nowadays auto-inlines
statics with one callsite).
Size difference for 32bit x86:
text data bss dec hex filename
10209 8488 4 18701 490d linux-2.6-ALLYES/drivers/atm/ambassador.o
9462 8488 4 17954 4622 linux-2.6.inline-ALLYES/drivers/atm/ambassador.o
Signed-off-by: Denys Vlasenko <vda.linux@...glemail.com>
--
vda
View attachment "deinline_ambassador.diff" of type "text/x-diff" (6761 bytes)
Powered by blists - more mailing lists