[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dbecfcf9ed62c481bb040c619af3b1ee5a7de848.camel@perches.com>
Date: Wed, 23 Oct 2019 16:46:45 -0700
From: Joe Perches <joe@...ches.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
Jani Nikula <jani.nikula@...el.com>
Cc: linux-kernel@...r.kernel.org,
Joonas Lahtinen <joonas.lahtinen@...ux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@...el.com>,
intel-gfx@...ts.freedesktop.org,
Vishal Kulkarni <vishal@...lsio.com>, netdev@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-usb@...r.kernel.org, Julia Lawall <julia.lawall@...6.fr>,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: Re: [PATCH v4] string-choice: add yesno(), onoff(),
enableddisabled(), plural() helpers
On Wed, 2019-10-23 at 15:56 -0700, Andrew Morton wrote:
> And doing this will cause additional savings: calling a single-arg
> out-of-line function generates less .text than calling yesno().
I get no change in size at all with any of
extern
static __always_inline
with either of bool or int argument.
gcc 8.3, defconfig with CONFIG_CHELSIO_T4
Powered by blists - more mailing lists