[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getgroups.c failes to compile
From: |
Bruno Haible |
Subject: |
Re: getgroups.c failes to compile |
Date: |
Mon, 27 May 2019 09:17:16 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-145-generic; KDE/5.18.0; x86_64; ; ) |
Mohammad Akhlaghi wrote:
> if a program doesn't use anything from a library,
> what are the downsides (performance maybe?) to link it with that library
> anyway?
Startup time of the program is increased. See [1], chapter 1, for the general
theory.
By how much is it increased? You have to measure by yourself.
Bruno
[1] https://www.akkadia.org/drepper/dsohowto.pdf
- getgroups.c failes to compile, Mohammad Akhlaghi, 2019/05/13
- Re: getgroups.c failes to compile, Bruno Haible, 2019/05/14
- Re: getgroups.c failes to compile, Mohammad Akhlaghi, 2019/05/17
- Re: getgroups.c failes to compile, Bruno Haible, 2019/05/17
- Re: getgroups.c failes to compile, Mohammad Akhlaghi, 2019/05/18
- Re: getgroups.c failes to compile, Bruno Haible, 2019/05/18
- Re: getgroups.c failes to compile, Mohammad Akhlaghi, 2019/05/19
- Re: getgroups.c failes to compile, Mohammad Akhlaghi, 2019/05/23
- Re: getgroups.c failes to compile, Bruno Haible, 2019/05/25
- Re: getgroups.c failes to compile, Mohammad Akhlaghi, 2019/05/26
- Re: getgroups.c failes to compile,
Bruno Haible <=