From: Eric Dumazet <dada1@cosmosbay.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Adrian Bunk <bunk@kernel.org>, Andi Kleen <andi@firstfloor.org>,
linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: Re: RFC: remove __read_mostly
Date: Fri, 14 Dec 2007 17:31:30 +0100 [thread overview]
Message-ID: <4762AFE2.2000003@cosmosbay.com> (raw)
In-Reply-To: <200712141716.47742.arnd@arndb.de>
Arnd Bergmann a écrit :
> On Thursday 13 December 2007, Adrian Bunk wrote:
>
>> On Thu, Dec 13, 2007 at 11:29:08PM +0100, Andi Kleen wrote:
>>
>>> Adrian Bunk <bunk@kernel.org> writes:
>>>
>>>> -rwxrwxr-x 1 bunk bunk 46607243 2007-12-13 19:50 vmlinux.old
>>>> -rwxrwxr-x 1 bunk bunk 46598691 2007-12-13 21:55 vmlinux
>>>>
>>> File sizes are useless -- check size output.
>>>
>> text data bss dec hex filename
>> 29268488 3697961 5222400 38188849 246b731 vmlinux.old
>> 29268435 3685565 5228784 38192784 246c690 vmlinux
>>
>
> Just to make sure everyone interprets this correctly:
>
> The file size in the first example suggests a 8552 byte
> (0.02%) size improvement for removing __read_mostly.
>
> The size output shows a -3935 byte (0.01%) size penalty
> instead, much smaller because data that was moved out to
> the .data.read_mostly section from .bss now takes space
> in the binary but won't consume more RAM.
>
> Since 'size' does not take any sections except text, data and
> bss into account, its output is more often than not also
> misleading, but at least it shows that the footprint is likely
> to get larger without __read_mostly rather than smaller.
>
>
Your analysis is fine, except the last point. Just check "size -A
vmlinux" and you'll see
that "size vmlinux" take into account not only "text, data and bss"
# size vmlinux
text data bss dec hex filename
4835243 450722 610304 5896269 59f84d vmlinux
# size -A vmlinux
vmlinux :
section size addr
.text.head 885 3222274048
.text 3359764 3222278144
__ex_table 3904 3225637920
.notes 36 3225641824
__bug_table 21120 3225641864
.rodata 1130680 3225665536
.pci_fixup 2192 3226796216
__ksymtab 23104 3226798408
__ksymtab_gpl 7224 3226821512
__ksymtab_unused_gpl 16 3226828736
__ksymtab_gpl_future 24 3226828752
__ksymtab_strings 72470 3226828776
__param 4020 3226901248
.data 309056 3226906624
.data_nosave 4096 3227217920
.data.page_aligned 2048 3227222016
.data.cacheline_aligned 46720 3227224064
.data.read_mostly 11388 3227270784
.data.init_task 8192 3227287552
.smp_locks 19128 3227295744
.init.text 137115 3227316224
.init.data 40290 3227453344
.init.setup 1656 3227493648
.initcall.init 1124 3227495304
.con_initcall.init 8 3227496428
.altinstructions 38771 3227496436
.altinstr_replacement 9908 3227535207
.exit.text 4750 3227545116
.init.ramfs 132 3227553792
.data.percpu 26144 3227557888
.bss 610304 3227586560
.comment 19746 0
Total 5916015
next prev parent reply other threads:[~2007-12-14 23:23 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-13 22:20 RFC: remove __read_mostly Adrian Bunk
2007-12-13 22:29 ` Andi Kleen
2007-12-13 22:41 ` Adrian Bunk
2007-12-14 16:16 ` Arnd Bergmann
2007-12-14 16:31 ` Eric Dumazet [this message]
2007-12-13 22:32 ` David Miller
2007-12-13 22:44 ` Harvey Harrison
2007-12-13 23:06 ` Andi Kleen
2007-12-13 22:48 ` Eric Dumazet
2007-12-13 23:00 ` Adrian Bunk
2007-12-13 23:54 ` Kyle McMartin
2007-12-14 0:33 ` Andi Kleen
2007-12-17 10:33 ` Andrew Morton
2007-12-17 10:53 ` Eric Dumazet
2007-12-17 11:07 ` Andrew Morton
2007-12-17 12:19 ` Andi Kleen
2007-12-17 12:15 ` Andi Kleen
2007-12-17 12:40 ` Adrian Bunk
2007-12-14 15:24 ` Matt Mackall
2007-12-14 15:38 ` Eric Dumazet
2007-12-14 15:42 ` Matt Mackall
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=4762AFE2.2000003@cosmosbay.com \
--to=dada1@cosmosbay.com \
--cc=andi@firstfloor.org \
--cc=arnd@arndb.de \
--cc=bunk@kernel.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.