From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965971AbcDLQJD (ORCPT ); Tue, 12 Apr 2016 12:09:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54463 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965229AbcDLQJB (ORCPT ); Tue, 12 Apr 2016 12:09:01 -0400 Message-ID: <570D1D9A.6030808@redhat.com> Date: Tue, 12 Apr 2016 18:08:58 +0200 From: Denys Vlasenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Joe Perches , Johan Hedberg CC: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Bluetooth: Deinline large functions References: <1460399665-19626-1-git-send-email-dvlasenk@redhat.com> <1460433018.2507.1.camel@perches.com> In-Reply-To: <1460433018.2507.1.camel@perches.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 12 Apr 2016 16:09:00 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/12/2016 05:50 AM, Joe Perches wrote: > On Mon, 2016-04-11 at 20:34 +0200, Denys Vlasenko wrote: >> Fastest existing Bluetooth standard's top speed is 2.4 MB/s. >> It is way off from being CPU limited, no need to squeeze >> last few cycles by excessive inlining. >> >> Size reduction is about 40k: >> >> text data bss dec hex filename >> 95943139 20860256 35991552 152794947 91b7743 vmlinux_before >> 95903714 20860256 35991552 152755522 91add42 vmlinux > > defconfig? In defconfig, CONFIG_BT is not set, so there will be no change