public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Cc: libc-alpha@sourceware.org,  Vincent.Lefevre@ens-lyon.fr
Subject: Re: massive increase of the size of the library
Date: Tue, 21 Jul 2020 10:40:13 +0200	[thread overview]
Message-ID: <87lfjds1le.fsf@oldenburg2.str.redhat.com> (raw)
In-Reply-To: <mwk0yxcljh.fsf@tomate.loria.fr> (Paul Zimmermann's message of "Tue, 21 Jul 2020 10:36:02 +0200")

* Paul Zimmermann:

> sure, the files are here:
>
> https://members.loria.fr/PZimmermann/libc-2.28.a
> https://members.loria.fr/PZimmermann/libc-2.28.so
> https://members.loria.fr/PZimmermann/libc-2.29.a
> https://members.loria.fr/PZimmermann/libc-2.29.so

   text	   data	    bss	    dec	    hex	filename
1753624	  20968	  16408	1791000	 1b5418	libc-2.28.so
1758304	  20968	  16408	1795680	 1b6660	libc-2.29.so

So the actual code is of the same size.

The difference seems to be that the second file contains debugging
information:

$ strip libc-2.2?.so
$ ls -l libc-2.2?.so
-rw-rw-r--. 1 fweimer fweimer 1791400 Jul 21 10:39 libc-2.28.so
-rw-rw-r--. 1 fweimer fweimer 1791400 Jul 21 10:39 libc-2.29.so

So it must be a difference in your build environment.

Thanks,
Florian


  reply	other threads:[~2020-07-21  8:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21  8:22 Paul Zimmermann
2020-07-21  8:26 ` Florian Weimer
2020-07-21  8:36   ` Paul Zimmermann
2020-07-21  8:40     ` Florian Weimer [this message]
2020-07-21  8:54       ` Paul Zimmermann
2020-07-21 19:37         ` Joseph Myers
2020-07-21  8:45     ` Andreas Schwab

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=87lfjds1le.fsf@oldenburg2.str.redhat.com \
    --to=fweimer@redhat.com \
    --cc=Paul.Zimmermann@inria.fr \
    --cc=Vincent.Lefevre@ens-lyon.fr \
    --cc=libc-alpha@sourceware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).