/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.jviotti.com
| | blog.krzyzanowskim.com
5.2 parsecs away

Travel
| | what? In short: dynamic linking happened. Dynamic linking - what it is? It's an operation that happens when part of the code spreads across different files (called libraries), and the binary content of the library is loaded in runtime. A dynamic linker (which is a system tool) finds a symbol
| | pewpewthespells.com
3.1 parsecs away

Travel
| | [AI summary] A technical deep-dive into resolving iOS deployment errors when embedding Objective-C apps with static Swift dependencies, detailing linker issues and proposing custom Xcode configuration fixes.
| | squanderingti.me
8.1 parsecs away

Travel
| | Sometimes you want to support some crazy LLVM features in Rust and need manual control over the linking process :-).
| | qsantos.fr
27.7 parsecs away

Travel
| [AI summary] This article explains the dangers of undefined behavior in programming languages like C, illustrates how compiler optimizations can lead to unpredictable results, and reviews various static and formal analysis tools used to detect and prevent such issues.