[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171127213423.27218-1-andi@firstfloor.org>
Date: Mon, 27 Nov 2017 13:34:02 -0800
From: Andi Kleen <andi@...stfloor.org>
To: linux-kernel@...r.kernel.org
Cc: x86@...nel.org, samitolvanen@...gle.com, alxmtvv@...il.com,
linux-kbuild@...r.kernel.org, yamada.masahiro@...ionext.com,
akpm@...ux-foundation.org
Subject: Link time optimization for LTO/x86
This is an updated version of my older LTO patchkit for gcc/x86
This version doesn't need special binutils, but requires gcc 5+.
It also is compatible with near all options (except MODVERSIONS)
This allows the compiler to optimize over source files and throw
away unnecessary functions.
It also found various problems in source files, these are
fixed in the first few patches.
There are still some minor issues, see the individual files.
Also it still does double/triple link for KALLSYMS, which increases
the build time
Available at
git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc lto-415-2
-Andi
Powered by blists - more mailing lists