Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1341158 > unrolled thread

Re: [PATCH] rtc: s5m: De-inline large functions to save space

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2016-02-24 00:20 +0100
Last post2016-02-24 00:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] rtc: s5m: De-inline large functions to save space Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-02-24 00:20 +0100

#1341158 — Re: [PATCH] rtc: s5m: De-inline large functions to save space

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2016-02-24 00:20 +0100
SubjectRe: [PATCH] rtc: s5m: De-inline large functions to save space
Message-ID<r5upk-47T-7@gated-at.bofh.it>
On 16/02/2016 at 11:04:42 +0900, Krzysztof Kozlowski wrote :
> Few functions were marked inline even though they were relatively large
> and sometimes used in multiple places. De-inline them to let the
> compiler decide whether optimization makes sense. This fixes inline_hunt
> report:
> drivers/rtc/rtc-s5m.c: Deinline s5m8767_rtc_set_alarm_reg, save 704 bytes
> drivers/rtc/rtc-s5m.c: Deinline s5m8767_wait_for_udr_update, save 192 bytes
> 
> Reported-by: Denys Vlasenko <vda.linux@googlemail.com>
> Cc: Denys Vlasenko <vda.linux@googlemail.com>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  drivers/rtc/rtc-s5m.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web