From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com ([134.134.136.24]:56755 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147Ab3KYXCZ (ORCPT ); Mon, 25 Nov 2013 18:02:25 -0500 Date: Mon, 25 Nov 2013 15:02:20 -0800 From: Andi Kleen Subject: Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names Message-ID: <20131125230220.GH19762@tassilo.jf.intel.com> References: <1384177236-8371-1-git-send-email-mmarek@suse.cz> <5281E97D.6090806@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Bjorn Helgaas Cc: Michal Marek , "linux-kernel@vger.kernel.org" , linux-kbuild , "linux-pci@vger.kernel.org" , Joe Mario > What's LTO? I guess it's Link Time Optimization? Is there any Yes. Link Time Optimization with modern gcc. > documentation about how it works or how to use it? It's still a separate tree, but bits'n'pieces are slowly making it into the kernel. https://github.com/andikleen/linux-misc/tree/lto-3.12 https://github.com/andikleen/linux-misc/blob/5a18e33264321b01816a220ab14207a5f26ae16e/Documentation/lto-build http://halobates.de/kernel-lto.pdf -Andi