[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9ecb8f1b-7e2a-7d5a-c176-07459d0c148f@canonical.com>
Date: Fri, 20 Aug 2021 12:52:12 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Colin King <colin.king@...onical.com>,
Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
linux-kernel@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-tegra@...r.kernel.org
Subject: Re: [PATCH] memory: tegra: make the array list static const, makes
object smaller
On 19/08/2021 15:31, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> Don't populate the array list on the stack but instead it
> static const. Makes the object code smaller by 110 bytes:
>
> Before:
> text data bss dec hex filename
> 37713 21992 64 59769 e979 .../tegra/tegra210-emc-cc-r21021.o
>
> After:
> text data bss dec hex filename
> 37539 22056 64 59659 e90b .../tegra/tegra210-emc-cc-r21021.o
>
> (gcc version 10.3.0)
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/memory/tegra/tegra210-emc-cc-r21021.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Looks good, it's too late for this cycle, so I'll take it after merge
window.
Best regards,
Krzysztof
Powered by blists - more mailing lists