dynamic-linking

Tag

Cards List
#dynamic-linking

Dynamic linking best practices (2021)

Lobsters Hottest · 3d ago Cached

This article provides best practices for dynamic linking and shared libraries on UNIX-based systems, covering versioning, linkers, loaders, and portable implementation strategies.

0 favorites 0 likes
#dynamic-linking

How Dactyl Works

Hacker News Top · 2026-08-28 Cached

Dactyl is a development platform that enables building native apps by providing a cross-platform SwiftUI renderer, using Wasm for efficient web previews and dynamic linking for seamless updates.

0 favorites 0 likes
#dynamic-linking

Making devenv start fast, and the whole nixpkgs with it - devenv

Lobsters Hottest · 2026-06-26 Cached

This blog post explains how the dynamic linker's search for shared libraries in Nix causes startup performance issues for devenv and other Nix tools, and explores potential solutions including static linking.

0 favorites 0 likes
#dynamic-linking

Nix needs relocatable binaries

Lobsters Hottest · 2026-06-22 Cached

The article identifies the problem that Nix binaries are not relocatable, causing hash changes and recompilation when the store prefix changes, and proposes using relative paths with $ORIGIN in RUNPATH to achieve relocatability without invalidating caches.

0 favorites 0 likes
← Back to home

Submit Feedback