Reply to post: What is the advantage of snap over static linking?

Linux devs open up universal Ubuntu Snap packages to other distros

Flocke Kroes Silver badge

What is the advantage of snap over static linking?

Decades ago, static linking included only the parts of each library that an application used, and as it was not limited to position independent code, the compiler could pick a more efficient sequence of instructions. Also, when a flaw was found in a library, each application that was statically linked to it had to recompiled against the updated library instead of just updating a shared library that applications linked to at run time.

Now we have snap, developers can combine all the disadvantages of static and shared linking. Why bother?

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon