public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-arch <linux-arch@vger.kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Ingo Molnar <mingo@redhat.com>,
	Paul Burton <paul.burton@mips.com>,
	linux-mips@vger.kernel.org, x86@kernel.org,
	linux-mtd@lists.infradead.org, Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org,
	Dave Hansen <dave@sr71.net>,
	linuxppc-dev@lists.ozlabs.org,
	Michael Ellerman <mpe@ellerman.id.au>
Subject: Re: [PATCH] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
Date: Thu, 18 Apr 2019 15:20:47 +0200	[thread overview]
Message-ID: <20190418132047.GA21430@gmail.com> (raw)
In-Reply-To: <1553062828-27798-1-git-send-email-yamada.masahiro@socionext.com>


* Masahiro Yamada <yamada.masahiro@socionext.com> wrote:

> Commit 60a3cdd06394 ("x86: add optimized inlining") introduced
> CONFIG_OPTIMIZE_INLINING, but it has been available only for x86.
> 
> The idea is obviously arch-agnostic although we need some code fixups.
> This commit moves the config entry from arch/x86/Kconfig.debug to
> lib/Kconfig.debug so that all architectures (except MIPS for now) can
> benefit from it.
> 
> At this moment, I added "depends on !MIPS" because fixing 0day bot reports
> for MIPS was complex to me.
> 
> I tested this patch on my arm/arm64 boards.
> 
> This can make a huge difference in kernel image size especially when
> CONFIG_OPTIMIZE_FOR_SIZE is enabled.
> 
> For example, I got 3.5% smaller arm64 kernel image for v5.1-rc1.
> 
>   dec       file
>   18983424  arch/arm64/boot/Image.before
>   18321920  arch/arm64/boot/Image.after
> 
> This also slightly improves the "Kernel hacking" Kconfig menu.
> Commit e61aca5158a8 ("Merge branch 'kconfig-diet' from Dave Hansen')
> mentioned this config option would be a good fit in the "compiler option"
> menu. I did so.

No objections against moving it from x86 code to generic code.

Thanks,

	Ingo

      parent reply	other threads:[~2019-04-18 13:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190320062027.VgGAqsQUDPlUbjXhTEF2CiSSqFs-w4z63ETHys-Q5vM@z>
2019-03-20  6:20 ` [PATCH] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING Masahiro Yamada
     [not found]   ` <20190320064039.BOpX4vBATRYdGcupJtRZ8Yaa6NxE4Z-uQaOw2pslFEU@z>
2019-03-20  6:40     ` Masahiro Yamada
     [not found]       ` <20190320093838.getVFSePzsAzy6z6kIYCwtIvIfwZHmT4YZtrJLGRbRg@z>
2019-03-20  9:38         ` Arnd Bergmann
     [not found]           ` <20190320101850.IbPdrdn4O-fL0jq68EE_PBAuXiDSbYrArgu9kQIAEgk@z>
2019-03-20 10:18             ` Masahiro Yamada
     [not found]               ` <20190320130434.N0mpi5ZkH8bkaBRXfrauWxLljlYsIPnsV06u5_60-JQ@z>
2019-03-20 13:04                 ` Arnd Bergmann
     [not found]                   ` <20190325060401.O0z2FWKmdGN4pbbP8_FH1ctzqUmdu4ojMCbYaeXXADc@z>
2019-03-25  6:04                     ` Masahiro Yamada
     [not found]   ` <20190320094143.OfsvsV5mdG9z1-9ldUp3r8_U_B7Tl3Th3x4oe-XS7ng@z>
2019-03-20  9:41     ` Arnd Bergmann
     [not found]       ` <20190320133402.R6559HcDBqSmiRHv9EwEUDmJokd_cEWGvr8DZxToYTs@z>
2019-03-20 13:34         ` Arnd Bergmann
     [not found]           ` <20190323082640.ltmLCmYxUsV6j-KDQPevVuRfwGUVU5zmXsUfJMxX1Bg@z>
2019-03-23  8:26             ` LEROY Christophe
     [not found]               ` <20190325064406.Sy4QiZlcdR7Q9JVbjrKLBRw22bADCW9_-Wn93qDD7KE@z>
2019-03-25  6:44                 ` Masahiro Yamada
2019-03-26  6:02                   ` Christophe Leroy
2019-04-23  3:26                     ` Masahiro Yamada
     [not found]           ` <20190325061027.ODct8f-SMsB9qZOj06Uk3LKCHIwsesWnOO8_8Qnpck4@z>
2019-03-25  6:10             ` Masahiro Yamada
     [not found]               ` <20190325061237.slj94BmpzyxIEOOpKyxo6ANIL4Uav1Ay5qszFs-RUY0@z>
2019-03-25  6:12                 ` Masahiro Yamada
     [not found]               ` <20190325073248.ulm8toAf2UJVw501X8LitRggCmb7k3nmq7UnY2gIcJM@z>
2019-03-25  7:32                 ` Arnd Bergmann
     [not found]                   ` <20190325075447.HhdCYbo-lePZevk5mbQUz2XqKyO2sFmfWmMaNF1RRQA@z>
2019-03-25  7:54                     ` Masahiro Yamada
     [not found]                       ` <20190325102533.AbN6qGOaZyiwwKlH0ZqjQovDP-evqusUbGVx7tbTYQk@z>
2019-03-25 10:25                         ` Arnd Bergmann
     [not found]           ` <20190325102722.N8bxtEZHWjJwATCa4-8t-crK5pSGcMOjxOrOYEuR5EQ@z>
2019-03-25 10:27             ` Arnd Bergmann
     [not found]   ` <20190321080133.WZv7jYxtsdyGEdQE1OAlyOY9VXT4GSmjkug7UK4a4Kc@z>
2019-03-21  8:01     ` Heiko Carstens
     [not found]       ` <20190325064140.bbec7NcOko51oZr_myHT2Yrm0XKuTZiR7sBWYtxBsq0@z>
2019-03-25  6:41         ` Masahiro Yamada
     [not found]   ` <20190323083759.yJCHfdon7PxJ_gebteTcPf7FXP9zQjvvo5WwewSWEbQ@z>
2019-03-23  8:37     ` LEROY Christophe
2019-04-18 13:20   ` Ingo Molnar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190418132047.GA21430@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=dave@sr71.net \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mingo@redhat.com \
    --cc=mpe@ellerman.id.au \
    --cc=paul.burton@mips.com \
    --cc=x86@kernel.org \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox