guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: initrd: why do we need static linking?


From: Ludovic Courtès
Subject: Re: initrd: why do we need static linking?
Date: Wed, 06 May 2020 16:13:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

raingloom <address@hidden> skribis:

> It'd actually be nice if static linking could be used in places other
> than the initrd. I'm experimenting with some old resource constrained
> machines, and it made me realize just how much space even a basic `guix
> pull` can take up.

That’s an issue in Guile’s compiler that Andy has been working on
recently.  Static linking won’t help you.

More generally, shared libraries (dynamic linking) are a way to save
memory: those libraries are shared, meaning they can be loaded only once
in memory even if there are many processes using them.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]