abi

Tag

Cards List
#abi

The Two Factions of C++

Hacker News Top · 2026-08-16 Cached

The article discusses the internal conflicts within the C++ community regarding ABI breaks and memory safety, alongside government warnings and big tech companies shifting towards Rust.

0 favorites 0 likes
#abi

To Save C, We Must Save ABI

Hacker News Top · 2026-08-08 Cached

The author argues that despite the common call to break ABI to save C++, preserving a stable ABI is necessary to allow C to evolve, and discusses the trade-offs and constraints ABI stability imposes on language and standard library improvements.

0 favorites 0 likes
#abi

Thoroughly Understanding C++ ABI

Hacker News Top · 2026-08-02 Cached

A deep dive into C++ ABI, explaining binary interface concepts, CPU/OS dependencies, object file formats like ELF and PE32+, and calling conventions.

0 favorites 0 likes
#abi

What Every Python Developer Should Know About the CPython ABI

Lobsters Hottest · 2026-07-10

This article covers essential knowledge for Python developers about the CPython Application Binary Interface (ABI), including its implications for extension modules and compatibility.

0 favorites 0 likes
#abi

How to call Linux code from a Wine process

Lobsters Hottest · 2026-07-04 Cached

This article explains how to call Linux code from a Wine process, covering the coexistence of Windows and Linux code in the same address space and providing undocumented mechanisms for integration.

0 favorites 0 likes
#abi

Writing Portable ARM64 Assembly

Hacker News Top · 2026-05-31 Cached

A guide to writing ARM64 assembly code that is portable across Apple's Darwin and Linux/BSD systems, covering differences in ABI, symbol naming, and vector mnemonics.

0 favorites 0 likes
← Back to home

Submit Feedback